diff --git a/setup.py b/setup.py index 42635d5..70fb5c6 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,13 @@ setup(name="openstack.nose_plugin", version=version, description="openstack run_tests.py style output for nosetests", long_description=open("README.rst").read(), - classifiers=[], + classifiers=[ + 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.3', + ], keywords="nose", author="Jason K\xc3\xb6lker", author_email="jason@koelker.net",