added install

This commit is contained in:
Rory McCann 2012-02-07 18:52:26 +00:00
parent 5075ede6a9
commit 65b587cdbb
1 changed files with 2 additions and 1 deletions

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'],
) )