summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-10-22 18:43:53 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-10-22 18:43:53 -0400
commitc420fa10fe25fd671b2ca48dd86d80b499856ac6 (patch)
tree428f13a26681092dc30a8db7d78d1d1885780f7b /setup.py
parent9004ee40df67705d6e0f07df65763e7ae2c44b13 (diff)
downloadpython-glanceclient-c420fa10fe25fd671b2ca48dd86d80b499856ac6.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: I2bb290f529fd2cd08d0093f495074d8e1683d91f 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 5a3014e..07f6aac 100644
--- a/setup.py
+++ b/setup.py
@@ -31,6 +31,7 @@ setuptools.setup(
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Console',
+ 'Environment :: OpenStack',
'Intended Audience :: Developers',
'Intended Audience :: Information Technology',
'License :: OSI Approved :: Apache Software License',