From 50dc35991c5820a8136717399c9bc2da150fc957 Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Mon, 30 Jun 2014 08:52:29 +0200 Subject: [PATCH] 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 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) 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