added install

This commit is contained in:
Rory McCann 2012-02-07 18:52:26 +00:00
parent 5075ede6a9
commit 65b587cdbb

View File

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