aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-06-16 02:31:47 +0200
committerMaximilian Hils <git@maximilianhils.com>2015-06-16 02:31:47 +0200
commit9089226d661793e2eb5d3cf6f1bbe916578e5b7b (patch)
treef719d09866d5995a95c158dbcc0f04fb6a431373 /setup.py
parentbb206323ab4248199240e67e7b22510c34770dfe (diff)
downloadmitmproxy-9089226d661793e2eb5d3cf6f1bbe916578e5b7b.tar.gz
mitmproxy-9089226d661793e2eb5d3cf6f1bbe916578e5b7b.tar.bz2
mitmproxy-9089226d661793e2eb5d3cf6f1bbe916578e5b7b.zip
explicitly state that we only support 2.7
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 0051ea77..dc19a870 100644
--- a/setup.py
+++ b/setup.py
@@ -49,6 +49,7 @@ setup(
"Operating System :: POSIX",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
+ "Programming Language :: Python :: 2.7",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Internet",