aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2015-06-18 13:12:06 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2015-06-18 13:12:06 +0200
commit40436ffb1f8293dde9217e2a0167e6c66b11d1f1 (patch)
tree3e105938695ca4a1e72ce09328e42a2ea1556b67 /setup.py
parent3e282d764e5ad37d54b609dfac4d50527d64dd79 (diff)
downloadmitmproxy-40436ffb1f8293dde9217e2a0167e6c66b11d1f1.tar.gz
mitmproxy-40436ffb1f8293dde9217e2a0167e6c66b11d1f1.tar.bz2
mitmproxy-40436ffb1f8293dde9217e2a0167e6c66b11d1f1.zip
fix setup.py
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 d08ea17a..3a1d7811 100644
--- a/setup.py
+++ b/setup.py
@@ -81,7 +81,7 @@ setup(
"coveralls>=0.4.1",
"autopep8>=1.0.3",
"autoflake>=0.6.6",
- "wheel>=0.24.0"
+ "wheel>=0.24.0",
"pathod>=%s, <%s" %
(version.MINORVERSION,
version.NEXT_MINORVERSION)]},