From 3c7e856bdba0dc993f21b8440ccbfac6ec292a8c Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 27 Mar 2011 03:33:48 +0200 Subject: fix classifier (old one was rejected by pypi) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f0477d3..ef6d56f 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup_args = dict( keywords="argparse command line parser parsing", platforms="any", classifiers="""\ -Development Status :: 6 - Production/Stable +Development Status :: 5 - Production/Stable Environment :: Console Intended Audience :: Developers License :: OSI Approved :: Python Software Foundation License -- cgit v1.2.1