summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorsteven.bethard <devnull@localhost>2009-07-26 15:55:55 +0000
committersteven.bethard <devnull@localhost>2009-07-26 15:55:55 +0000
commitb11915a9934a79fc435e502edfd8bcdffec1db1c (patch)
treead868f2f377167201ebf2c605b8e681cacd15020 /setup.py
parent78b577f62915b87f4235f0352c92be1760c79c4e (diff)
downloadargparse-b11915a9934a79fc435e502edfd8bcdffec1db1c.tar.gz
Update classifiers to mark argparse as stable.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',