We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce054f commit 4450eadCopy full SHA for 4450ead
setup.py
@@ -1,8 +1,5 @@
1
-"""A setuptools based setup module.
2
-"""
3
-
+"""A setuptools based setup module."""
4
from os import path
5
6
from setuptools import setup
7
8
here = path.abspath(path.dirname(__file__))
@@ -13,11 +10,10 @@
13
10
setup(
14
11
name='qencode',
15
12
version='0.9.29',
16
- description="Client library for main features and functionality of Qencode for Python v2.x.",
+ description="Python bnidings for the Qencode API",
17
long_description=long_description,
18
long_description_content_type='text/markdown',
19
url='https://github.com/qencode-dev/qencode-api-python-client',
20
- # url=here,
21
author='Qencode Developer',
22
author_email='team@qencode.com',
23
license='proprietary',
0 commit comments