diff options
author | Doug Hellmann <doug.hellmann@dreamhost.com> | 2012-10-22 18:52:46 -0400 |
---|---|---|
committer | Doug Hellmann <doug.hellmann@dreamhost.com> | 2012-10-22 18:52:46 -0400 |
commit | 2be776c2e543dcafbe268b9f18e17f08a5e1466f (patch) | |
tree | e57eec4851731d82959b652b80cc880016ce9885 /setup.py | |
parent | a99a37f7f6d905f4c305e68f8f5bd58e37683213 (diff) | |
download | python-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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |