29ee1bfe42cf — Alain Leufroy 5.0.0 5 years ago
prepare 5.0.0
1 files changed, 3 insertions(+), 3 deletions(-)

M setup.cfg
M setup.cfg +3 -3
@@ 1,11 1,11 @@ 
 [metadata]
 name = lairucrem
 description = A simple and powerful text-based interactive user interface for Mercurial
-version = 0.4.1
+version = 0.5.0
 author = Alain Leufroy
 author_email = Alain Leufroy <alain.leufroy@gmail.com>
 url = http://bitbucket.org/aleufroy/lairucrem
-download_url = http://bitbucket.org/aleufroy/lairucrem/get/0.3.0.zip
+download_url = http://bitbucket.org/aleufroy/lairucrem/get/0.5.0.zip
 keywords = dvcs, mercurial, UI, interactive, console
 license = WTFPL, version 2
 classifiers = Environment :: Console :: Curses

          
@@ 19,7 19,7 @@ long-description = file: README
 [options]
 packages = find:
 install_requires =
-    urwid==1.3.1
+    urwid
 
 
 [options.entry_points]