Skip to content

Commit

Permalink
Fix typo in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cortesi committed Mar 13, 2013
1 parent cfb5ba8 commit 5b48bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -92,5 +92,5 @@ def findPackages(path, dataExclude=[]):
"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"],
)

0 comments on commit 5b48bce

Please sign in to comment.