aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2013-03-14 09:21:56 +1300
committerAldo Cortesi <aldo@nullcube.com>2013-03-14 09:21:56 +1300
commit5b48bce5854693afd83b5f1e18fdda869e8d8a1b (patch)
treef5024739652b0242d2c0cc31323e28495a0dd112
parentcfb5ba89ce96594b2f8d51f27c9b2ee41ecf18e5 (diff)
downloadmitmproxy-5b48bce5854693afd83b5f1e18fdda869e8d8a1b.tar.gz
mitmproxy-5b48bce5854693afd83b5f1e18fdda869e8d8a1b.tar.bz2
mitmproxy-5b48bce5854693afd83b5f1e18fdda869e8d8a1b.zip
Fix typo in setup.py
Fixes #105
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a7ff0bf6..d8eb7cb4 100644
--- a/setup.py
+++ b/setup.py
@@ -92,5 +92,5 @@ setup(
"Topic :: Internet :: Proxy Servers",
"Topic :: Software Development :: Testing"
],
- install_requires=["netlib>="%version.VERSION, "urwid>=1.1", "pyasn1>0.1.2", "pyopenssl>=0.12", "PIL", "lxml"],
+ install_requires=["netlib>=%s"%version.VERSION, "urwid>=1.1", "pyasn1>0.1.2", "pyopenssl>=0.12", "PIL", "lxml"],
)