comparison setup.py @ 136:78126ba2a04c 0.7.0a3

0.7.0a3 release
author Goffi <goffi@goffi.org>
date Wed, 06 Feb 2019 08:47:53 +0100
parents 86287fcbf638
children f1624c1fb0e6
comparison
equal deleted inserted replaced
135:6aaac873712c 136:78126ba2a04c
10 10
11 name = "urwid_satext" 11 name = "urwid_satext"
12 12
13 setup( 13 setup(
14 name=name, 14 name=name,
15 version="0.7.0a2", 15 version="0.7.0a3",
16 description=u"SàT extension widgets for Urwid", 16 description=u"SàT extension widgets for Urwid",
17 long_description=(u"Urwid SàT extension widgets is a set of widgets for the console " 17 long_description=(u"Urwid SàT extension widgets is a set of widgets for the console "
18 u"user interface library Urwid (http://excess.org/urwid/). This " 18 u"user interface library Urwid (http://excess.org/urwid/). This "
19 u"library, originaly made for the SàT project, was eventually " 19 u"library, originaly made for the SàT project, was eventually "
20 u"separated so other softwares can use it. Widgets provided " 20 u"separated so other softwares can use it. Widgets provided "