summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-10-22 18:42:34 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-10-22 18:42:34 -0400
commit5a3a18d0cbe71ae7e150fe69efe5239601413f9b (patch)
tree8e43d3406aa31293be848bb0a81412db37e111ca /setup.py
parent7cba8eb7863705fcf0ef5c677cef2d334bd8ad26 (diff)
downloadpython-cinderclient-5a3a18d0cbe71ae7e150fe69efe5239601413f9b.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: I904372caf0a8eaa44dd048729b4d87e5333f04cc 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 e69a451..f62cae1 100644
--- a/setup.py
+++ b/setup.py
@@ -45,6 +45,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",