aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2016-02-17 18:06:32 -0800
committerChristopher Allan Webber <cwebber@dustycloud.org>2016-02-19 10:22:48 -0800
commit5c58b69e51bd2bed1b48e260cb10f9e7f86d6097 (patch)
treee9228cc4c701a0d3cbd54458256b0e2a64fcde35
parentd61778a489f606f1bff4f01f250a0e3c4fb99e27 (diff)
downloadmediagoblin-5c58b69e51bd2bed1b48e260cb10f9e7f86d6097.tar.lz
mediagoblin-5c58b69e51bd2bed1b48e260cb10f9e7f86d6097.tar.xz
mediagoblin-5c58b69e51bd2bed1b48e260cb10f9e7f86d6097.zip
Removing python 2.6 junk: argparse and a 2.6 classifier
-rw-r--r--setup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 9cd63b05..858ea4e9 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,6 @@ def get_version():
pyversion_install_requires = []
if PY2:
- pyversion_install_requires.append('argparse') # only for < 2.7
pyversion_install_requires.append('sqlalchemy-migrate>=0.9.6')
pyversion_install_requires.append('mock==1.0.1') # mock is in the stdlib for 3.3+
# PyPI version (1.4.2) does not have proper Python 3 support
@@ -135,7 +134,6 @@ try:
"Operating System :: OS Independent",
"Programming Language :: Python",
'Programming Language :: Python :: 2',
- 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',