summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChuck Thier <cthier@gmail.com>2013-02-27 15:08:46 -0600
committerChuck Thier <cthier@gmail.com>2013-02-27 15:08:46 -0600
commit5d2b70b624ae437ba09cb34b68d1a0babe70cfb2 (patch)
treec8cb43601d891bba5fb23dbbb96090f0fbbacb63 /setup.py
parent7e3adf56880971af387fa49274931ab300fdd051 (diff)
downloadswift-5d2b70b624ae437ba09cb34b68d1a0babe70cfb2.tar.gz
Updating classifiers status to stable and clean up
Change-Id: I72943a9575b873cef1bf193f197b390b544ed6bf
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9914ea7b8..fb4843a2f 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',
],