Skip to content

Commit 7e91280

Browse files
committed
Tweaks for setup.py, linting
1 parent 8d906a1 commit 7e91280

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

setup.py

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

64
from setuptools import setup
@@ -13,11 +11,10 @@
1311
setup(
1412
name='qencode',
1513
version='1.0',
16-
description="Client library for main features and functionality of Qencode for Python v2.x.",
14+
description="Python bindings for the Qencode API",
1715
long_description=long_description,
1816
long_description_content_type='text/markdown',
1917
url='https://github.com/qencode-dev/qencode-api-python-client',
20-
# url=here,
2118
author='Qencode Developer',
2219
author_email='team@qencode.com',
2320
license='proprietary',

0 commit comments

Comments
 (0)