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', ],