added install
This commit is contained in:
parent
5075ede6a9
commit
65b587cdbb
3
setup.py
3
setup.py
|
@ -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'],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue