diff options
| author | Doug Hellmann <doug.hellmann@dreamhost.com> | 2012-10-22 18:46:41 -0400 |
|---|---|---|
| committer | Doug Hellmann <doug.hellmann@dreamhost.com> | 2012-10-22 18:46:41 -0400 |
| commit | 4d3f33d141dfc10c553bfc649dbfebf4fe7dec15 (patch) | |
| tree | d03bb0f81eddf080d31efd81b9bcd1a26e9a7d3b | |
| parent | e8c22cd130759fc6ab89c027cf34df19333878b9 (diff) | |
| download | python-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>
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |
