comparison setup.py @ 147:3ff24fbf03c1 v0.8.0

v0.8.0 release
author Goffi <goffi@goffi.org>
date Tue, 30 Nov 2021 23:06:56 +0100
parents d505d9ee792e
children 5158ff7370e5
comparison
equal deleted inserted replaced
146:4d6a29358f32 147:3ff24fbf03c1
5 5
6 name = "urwid_satext" 6 name = "urwid_satext"
7 7
8 setup( 8 setup(
9 name=name, 9 name=name,
10 version="0.8.0b1", 10 version="0.8.0",
11 description="SàT extension widgets for Urwid", 11 description="SàT extension widgets for Urwid",
12 long_description=( 12 long_description=(
13 "Urwid SàT extension widgets is a set of widgets for the console " 13 "Urwid SàT extension widgets is a set of widgets for the console "
14 "user interface library Urwid (http://excess.org/urwid/). This " 14 "user interface library Urwid (http://excess.org/urwid/). This "
15 'library, originaly made for the Libervia (formerly "SàT") project, was ' 15 'library, originaly made for the Libervia (formerly "SàT") project, was '