Add OpenStack trove classifier for PyPI

Add trove classifier to have horizon listed among the
other OpenStack-related projets on PyPI.

Change-Id: I70a2b3dedf437fbfd03d4c2d605af6d6c2ef98c6
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
Doug Hellmann 2012-10-22 18:30:34 -04:00
parent 28f9edb2c3
commit baf8b685dc
1 changed files with 2 additions and 1 deletions

View File

@ -102,5 +102,6 @@ setup(name="horizon",
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: Internet :: WWW/HTTP']
'Topic :: Internet :: WWW/HTTP',
'Environment :: OpenStack']
)