From b11915a9934a79fc435e502edfd8bcdffec1db1c Mon Sep 17 00:00:00 2001 From: "steven.bethard" Date: Sun, 26 Jul 2009 15:55:55 +0000 Subject: Update classifiers to mark argparse as stable. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 976b3c6..36c1cc0 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ distutils.core.setup( """), license='Apache 2.0', classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Intended Audience :: Developers', 'License :: OSI Approved :: Apache Software License', -- cgit v1.2.1