From a478bfe03e54d2cab469026c894ccc1e6fecdeef Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 24 Jul 2016 13:32:31 +0200 Subject: [PATCH] setup.py: Update classifiers, add cgit URL --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3ade3e3..f765388 100644 --- a/setup.py +++ b/setup.py @@ -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', ], )