From f741d6a01ee5441e957b577abf6b7b712fdb1250 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 25 Nov 2010 21:02:09 +0100 Subject: [PATCH] fix trove classifier --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 47318c057..7391045a4 100644 --- a/setup.py +++ b/setup.py @@ -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() \ No newline at end of file + main()