Skip to content

Commit a6896f9

Browse files
committed
Tweaks for setup.py, linting
1 parent 500fa20 commit a6896f9

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

setup.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
"""A setuptools based setup module.
2-
"""
1+
"""A setuptools based setup module."""
2+
from os import path
33

44
from setuptools import setup
5-
from os import path
65

76
here = path.abspath(path.dirname(__file__))
87

@@ -11,12 +10,11 @@
1110

1211
setup(
1312
name='qencode',
14-
version='1.0.4',
15-
description="Client library for main features and functionality of Qencode for Python v2.x.",
13+
version='1.1.0',
14+
description="Python bindings for the Qencode API",
1615
long_description=long_description,
1716
long_description_content_type='text/markdown',
1817
url='https://github.com/qencode-dev/qencode-api-python-client',
19-
# url=here,
2018
author='Qencode Developer',
2119
author_email='team@qencode.com',
2220
license='proprietary',

0 commit comments

Comments
 (0)