Skip to content

Commit

Permalink
Updating classifiers status to stable and clean up
Browse files Browse the repository at this point in the history
Change-Id: I72943a9575b873cef1bf193f197b390b544ed6bf
  • Loading branch information
creiht committed Feb 27, 2013
1 parent 7e3adf5 commit 5d2b70b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@
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',
],
Expand Down

0 comments on commit 5d2b70b

Please sign in to comment.