From 65b587cdbbadb5c6057f985f644d8b6eeb721b72 Mon Sep 17 00:00:00 2001 From: Rory McCann Date: Tue, 7 Feb 2012 18:52:26 +0000 Subject: [PATCH] added install --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b618dd2fe..bd4fbaa0c 100644 --- a/setup.py +++ b/setup.py @@ -90,5 +90,6 @@ setup( "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: Proxy Servers", "Topic :: Software Development :: Testing" - ] + ], + install_requires=['urwid'], )