Merge "Add trove classifiers"

This commit is contained in:
Jenkins 2014-08-01 17:14:46 +00:00 committed by Gerrit Code Review
commit 04bc361c70
1 changed files with 7 additions and 1 deletions

View File

@ -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",