summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorian <none@none>2004-12-15 21:34:52 +0000
committerian <none@none>2004-12-15 21:34:52 +0000
commitf0fce9a723d0953dbcd5b6db5d3bbdd14d28183e (patch)
treed5580475332c70f57e7e676a5e1047541eb9ad1d /setup.py
parent051b6c4a68ff18302faee2350822deb6cd3160fb (diff)
downloadurwid-f0fce9a723d0953dbcd5b6db5d3bbdd14d28183e.tar.gz
release 0.8.5release-0.8.5
--HG-- extra : convert_revision : cad9cad78258a2865c97eb229cd3d537d4aa1624
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 3519ee0..d8d733a 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ from distutils.core import setup
import os
-release = "0.8.4" #os.popen("make -s release").read().strip()
+release = "0.8.5" #os.popen("make -s release").read().strip()
setup_d = {
'name':"urwid",
@@ -35,7 +35,7 @@ setup_d = {
'license':"LGPL",
'keywords':"curses ui widget scroll listbox interface text layout",
'platforms':"unix-like",
- 'description':"A curses-based UI library featuring fluid interface resizing, CJK suppport, multiple text layouts, simple attribute markup, powerful scrolling list boxes and flexible edit boxes.",
+ 'description':"A curses-based UI library featuring fluid interface resizing, CJK support, multiple text layouts, simple attribute markup, powerful scrolling list boxes and flexible edit boxes.",
'long_description':"""
Urwid is a curses-based user interface library. It includes many features
useful for text console application developers including: