From e36f297ef987f367e2fcbd80195b2628523e926e Mon Sep 17 00:00:00 2001 From: Ian Ward Date: Sun, 29 Dec 2013 11:52:02 -0500 Subject: link to soon-coming urwid.org home page --- setup.py | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 032295e..b67612b 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup_d = { 'author_email':"ian@excess.org", 'ext_modules':[Extension('urwid.str_util', sources=['source/str_util.c'])], 'packages':['urwid'], - 'url':"http://excess.org/urwid/", + 'url':"http://urwid.org/", 'license':"LGPL", 'keywords':"curses ui widget scroll listbox user interface text layout console ncurses", 'platforms':"unix-like", @@ -63,16 +63,10 @@ useful for text console application developers including: - Display modules include raw, curses, and experimental LCD and web displays - Support for UTF-8, simple 8-bit and CJK encodings - 256 and 88 color mode support -- Python 3.2 support +- Compatible with Python 2.4, 2.5, 2.6, 2.7, 3.2 and 3.3 Home Page: - http://excess.org/urwid/ - -Documentation: - http://excess.org/urwid/docs/ - -Example Program Screenshots: - http://excess.org/urwid/examples.html + http://urwid.org/ """[1:], 'classifiers':[ "Development Status :: 5 - Production/Stable", -- cgit v1.2.1