Fix typo in setup.py

Fixes #105
This commit is contained in:
Aldo Cortesi 2013-03-14 09:21:56 +13:00
parent cfb5ba89ce
commit 5b48bce585
1 changed files with 1 additions and 1 deletions

View File

@ -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"],
)