Merge pull request #22 from rory/urwid-dep

added install dependency for urwid so that it'll be automatically installed when you use pip
This commit is contained in:
Aldo Cortesi 2012-02-07 12:13:24 -08:00
commit fa72b2cd10

View File

@ -90,5 +90,6 @@ setup(
"Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: Proxy Servers", "Topic :: Internet :: Proxy Servers",
"Topic :: Software Development :: Testing" "Topic :: Software Development :: Testing"
] ],
install_requires=['urwid'],
) )