summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorFlavio Percoco <flaper87@gmail.com>2014-06-30 08:52:29 +0200
committerFlavio Percoco <flaper87@gmail.com>2014-06-30 08:52:29 +0200
commit50dc35991c5820a8136717399c9bc2da150fc957 (patch)
treeb1d27dfa702ed3bd509d821dcbc88a8b706f1f26 /setup.cfg
parent7b19682984b410917ee490fe4171fcea616bc43d (diff)
downloadpython-glanceclient-50dc35991c5820a8136717399c9bc2da150fc957.tar.gz
Add missing classifiers
This commit adds 2 more classifiers to setup.cfg. An environment classifier that specifies glanceclient is a console tool and a development classifier that specifies it is production ready. Change-Id: Ia60ea76798503b0a729c384298f1a633d695a1ab
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 244719a..da77d4e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -8,6 +8,8 @@ author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
classifier =
+ Development Status :: 5 - Production/Stable
+ Environment :: Console
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators