Add OpenStack trove classifier for PyPI

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

Change-Id: I2324430e54dc8057286c4e926a7f5d8691cc13fc
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
Doug Hellmann 2012-10-22 18:27:14 -04:00
parent cd8f81e568
commit 9045e8a2ed

@ -43,6 +43,7 @@ setuptools.setup(
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 2.6',
'Environment :: No Input/Output (Daemon)',
'Environment :: OpenStack',
],
scripts=['bin/glance-api',
'bin/glance-cache-prefetcher',