From 5d2b70b624ae437ba09cb34b68d1a0babe70cfb2 Mon Sep 17 00:00:00 2001 From: Chuck Thier Date: Wed, 27 Feb 2013 15:08:46 -0600 Subject: [PATCH] Updating classifiers status to stable and clean up Change-Id: I72943a9575b873cef1bf193f197b390b544ed6bf --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9914ea7b8e..fb4843a2f8 100644 --- a/setup.py +++ b/setup.py @@ -37,10 +37,12 @@ setup( packages=find_packages(exclude=['test', 'bin']), test_suite='nose.collector', classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'License :: OSI Approved :: Apache Software License', 'Operating System :: POSIX :: Linux', + 'Programming Language :: Python', 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2.7', 'Environment :: No Input/Output (Daemon)', 'Environment :: OpenStack', ],