summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIan Ward <ian@excess.org>2013-12-29 11:52:02 -0500
committerIan Ward <ian@excess.org>2013-12-29 11:52:19 -0500
commite36f297ef987f367e2fcbd80195b2628523e926e (patch)
tree5c68d0e1fda7f1bedc124bba0a902370b98afaf5 /setup.py
parentc0f8b26e5b8f2de643966b0b9150cb84c727e20c (diff)
downloadurwid-e36f297ef987f367e2fcbd80195b2628523e926e.tar.gz
link to soon-coming urwid.org home page
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py12
1 files changed, 3 insertions, 9 deletions
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",