comparison setup.py @ 132:86287fcbf638 0.7.0a2

0.7.0a2 release
author Goffi <goffi@goffi.org>
date Sun, 08 Jul 2018 18:11:23 +0200
parents 331546daef20
children 78126ba2a04c
comparison
equal deleted inserted replaced
131:331546daef20 132:86287fcbf638
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.0a1", 15 version="0.7.0a2",
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 "