comparison setup.py @ 149:5158ff7370e5

version update
author Goffi <goffi@goffi.org>
date Wed, 08 Dec 2021 15:32:00 +0100
parents 3ff24fbf03c1
children
comparison
equal deleted inserted replaced
148:9f91a695520a 149:5158ff7370e5
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.0", 10 version="0.9.0.dev0",
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 '