setup.py: Update classifiers, add cgit URL

This commit is contained in:
Harald Welte 2016-07-24 13:32:31 +02:00
parent 597cc60046
commit a478bfe03e
1 changed files with 3 additions and 1 deletions

View File

@ -12,14 +12,16 @@ setup(
long_description=open('README.rst').read(),
author='Harald Welte',
author_email='hwelte@sysmocom.de',
url='http://git.sysmocom.de/python-inema/',
packages=['inema'],
install_requires=install_requires,
package_data={'inema': ['data/products.json']},
license='AGPLv3',
classifiers=[
'Development Status :: 4 - Beta',
'License :: OSI Approved :: AGPLv3 License',
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Topic :: Office/Business',
],
)