diff --git a/setup.py b/setup.py index 3de8b932e4e..23719b66afc 100644 --- a/setup.py +++ b/setup.py @@ -207,4 +207,12 @@ # setup.py test command needs a TestSuite so does not work with py.test # test_suite = 'nose.collector', # tests_require=[ 'py >= 0.8.0-alpha2' ] + classifiers=[ + # https://pypi.python.org/pypi?%3Aaction=list_classifiers + 'Development Status :: 5 - Production/Stable', + 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)', + 'Programming Language :: Python', + 'Programming Language :: Python :: 2 :: Only' + 'Programming Language :: Python :: 2.7', + ], )