summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-10-22 18:46:41 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-10-22 18:46:41 -0400
commit4d3f33d141dfc10c553bfc649dbfebf4fe7dec15 (patch)
treed03bb0f81eddf080d31efd81b9bcd1a26e9a7d3b /setup.py
parente8c22cd130759fc6ab89c027cf34df19333878b9 (diff)
downloadpython-novaclient-4d3f33d141dfc10c553bfc649dbfebf4fe7dec15.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: If9e10b065d0c54825fb9138893c78cda3ef79ca2 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 4c9694ed..e0e68fa1 100644
--- a/setup.py
+++ b/setup.py
@@ -39,6 +39,7 @@ setuptools.setup(
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
+ "Environment :: OpenStack",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"License :: OSI Approved :: Apache Software License",