Make pypi render our perfectly valid RST description.

This commit is contained in:
Aldo Cortesi 2012-04-09 16:45:42 +12:00
parent c298fbfadc
commit 5e096c8ec9
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ Community
---------
Come join us in the #mitmproxy channel on the OFTC IRC network
(irc://irc.oftc.net:6667).
(irc.oftc.net, port 6667).
We also have a mailing list, hosted here:

View File

@ -92,5 +92,5 @@ setup(
"Topic :: Internet :: Proxy Servers",
"Topic :: Software Development :: Testing"
],
install_requires=['urwid>=1.0', 'pyasn1', 'pyopenssl>=0.12', "PIL"],
install_requires=['urwid>=1.0', 'pyasn1', 'pyopenssl>=0.12', "PIL", "lxml"],
)