summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-10-22 18:48:25 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-10-22 18:48:39 -0400
commitfd85c7e1f4dc1017f784c384a507ce15a81dc327 (patch)
tree6246b07fa049106b6625f35020fc725c00515e27
parentcd140091b5db30e9e3c95929cb5024c3b54ab139 (diff)
downloadpython-openstackclient-fd85c7e1f4dc1017f784c384a507ce15a81dc327.tar.gz
Add OpenStack trove classifier for PyPI
Add trove classifier to have the client listed among the other OpenStack-related projets on PyPI. Change-Id: I34c47bde5885a3f436c100cda5202d6ad8356131 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 728a062e..7dde53f2 100644
--- a/setup.py
+++ b/setup.py
@@ -42,6 +42,7 @@ setuptools.setup(
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Environment :: Console',
+ 'Environment :: OpenStack',
'Intended Audience :: Developers',
'Intended Audience :: Information Technology',
'License :: OSI Approved :: Apache Software License',