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
This commit is contained in:
		@@ -8,6 +8,8 @@ author = OpenStack
 | 
				
			|||||||
author-email = openstack-dev@lists.openstack.org
 | 
					author-email = openstack-dev@lists.openstack.org
 | 
				
			||||||
home-page = http://www.openstack.org/
 | 
					home-page = http://www.openstack.org/
 | 
				
			||||||
classifier =
 | 
					classifier =
 | 
				
			||||||
 | 
					    Development Status :: 5 - Production/Stable
 | 
				
			||||||
 | 
					    Environment :: Console
 | 
				
			||||||
    Environment :: OpenStack
 | 
					    Environment :: OpenStack
 | 
				
			||||||
    Intended Audience :: Information Technology
 | 
					    Intended Audience :: Information Technology
 | 
				
			||||||
    Intended Audience :: System Administrators
 | 
					    Intended Audience :: System Administrators
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user