summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-10-22 18:52:46 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-10-22 18:52:46 -0400
commit2be776c2e543dcafbe268b9f18e17f08a5e1466f (patch)
treee57eec4851731d82959b652b80cc880016ce9885 /setup.py
parenta99a37f7f6d905f4c305e68f8f5bd58e37683213 (diff)
downloadpython-swiftclient-2be776c2e543dcafbe268b9f18e17f08a5e1466f.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: I7b2a9b0e163b79593662bfa799f076f538e3d7ca 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 235a0f8..9de50ab 100644
--- a/setup.py
+++ b/setup.py
@@ -46,6 +46,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',