summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw AT waldmann-edv DOT de>2011-03-27 03:33:48 +0200
committerThomas Waldmann <tw AT waldmann-edv DOT de>2011-03-27 03:33:48 +0200
commit3c7e856bdba0dc993f21b8440ccbfac6ec292a8c (patch)
treea31f7e315b0a7441b40d319167f5fb81c6816d7c
parent14c2fdf040e04d17da22ad2baef42aee26fc25c3 (diff)
downloadargparse-3c7e856bdba0dc993f21b8440ccbfac6ec292a8c.tar.gz
fix classifier (old one was rejected by pypi)r12
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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