summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw AT waldmann-edv DOT de>2011-03-31 23:25:58 +0200
committerThomas Waldmann <tw AT waldmann-edv DOT de>2011-03-31 23:25:58 +0200
commitfad405205cefda770a093d205227eaad5dcb0aa4 (patch)
tree0134fa9ce0dff02324cd9dc0bf3ead5cbb5dfa0e
parentbdc1f747f115da0780db2dbcbfd5fc15ac9d4bf8 (diff)
downloadargparse-fad405205cefda770a093d205227eaad5dcb0aa4.tar.gz
update pypi trove classifiers
-rw-r--r--setup.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index ef6d56f..20493d3 100644
--- a/setup.py
+++ b/setup.py
@@ -26,6 +26,16 @@ Intended Audience :: Developers
License :: OSI Approved :: Python Software Foundation License
Operating System :: OS Independent
Programming Language :: Python
+Programming Language :: Python :: 2
+Programming Language :: Python :: 3
+Programming Language :: Python :: 2.3
+Programming Language :: Python :: 2.4
+Programming Language :: Python :: 2.5
+Programming Language :: Python :: 2.6
+Programming Language :: Python :: 2.7
+Programming Language :: Python :: 3.0
+Programming Language :: Python :: 3.1
+Programming Language :: Python :: 3.2
Topic :: Software Development""".splitlines(),
py_modules=['argparse'],
)