Add trove classifiers

Change-Id: Ife58f38598abfe30f9eb0a1a324d702ebfe899bf
This commit is contained in:
Cyril Roelandt 2014-03-11 20:12:22 +01:00
parent a1037419ef
commit a443f8459f
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",