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 500fa20 commit a6896f9Copy full SHA for a6896f9
setup.py
@@ -1,8 +1,7 @@
1
-"""A setuptools based setup module.
2
-"""
+"""A setuptools based setup module."""
+from os import path
3
4
from setuptools import setup
5
-from os import path
6
7
here = path.abspath(path.dirname(__file__))
8
@@ -11,12 +10,11 @@
11
10
12
setup(
13
name='qencode',
14
- version='1.0.4',
15
- description="Client library for main features and functionality of Qencode for Python v2.x.",
+ version='1.1.0',
+ description="Python bindings for the Qencode API",
16
long_description=long_description,
17
long_description_content_type='text/markdown',
18
url='https://github.com/qencode-dev/qencode-api-python-client',
19
- # url=here,
20
author='Qencode Developer',
21
author_email='team@qencode.com',
22
license='proprietary',
0 commit comments