Skip to content

Commit 4450ead

Browse files
committed
Tweaks for setup.py, linting
1 parent fce054f commit 4450ead

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

setup.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
"""A setuptools based setup module.
2-
"""
3-
1+
"""A setuptools based setup module."""
42
from os import path
5-
63
from setuptools import setup
74

85
here = path.abspath(path.dirname(__file__))
@@ -13,11 +10,10 @@
1310
setup(
1411
name='qencode',
1512
version='0.9.29',
16-
description="Client library for main features and functionality of Qencode for Python v2.x.",
13+
description="Python bnidings for the Qencode API",
1714
long_description=long_description,
1815
long_description_content_type='text/markdown',
1916
url='https://github.com/qencode-dev/qencode-api-python-client',
20-
# url=here,
2117
author='Qencode Developer',
2218
author_email='team@qencode.com',
2319
license='proprietary',

0 commit comments

Comments
 (0)