summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-10-22 18:30:34 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-10-22 18:31:43 -0400
commitbaf8b685dc5f5b2d0c780a26ed227217496a8f29 (patch)
tree5b22ccf806949ac6b88713c92ecfd6ac260624f1 /setup.py
parent28f9edb2c3aeb8761634a3d96d083351c31afeed (diff)
downloadtuskar-ui-baf8b685dc5f5b2d0c780a26ed227217496a8f29.tar.gz
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>
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b40a2720..d75512eb 100755
--- a/setup.py
+++ b/setup.py
@@ -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']
)