fix trove classifier

This commit is contained in:
holger krekel 2010-11-25 21:02:09 +01:00
parent b622c85bbf
commit f741d6a01e
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ def main():
author_email='holger at merlinux.eu',
entry_points= make_entry_points(),
install_requires=['py>=1.4.0a2'],
classifiers=['Development Status :: 5 - Production',
classifiers=['Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: POSIX',
@ -67,4 +67,4 @@ def make_entry_points():
return {'console_scripts': l}
if __name__ == '__main__':
main()
main()