Mercurial > urwid-satext
comparison setup.py @ 119:f19947bfd3bf 0.6.0
version update
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 07 Dec 2015 18:58:38 +0100 |
parents | abc0ae944030 |
children | 33cb9a05ff84 |
comparison
equal
deleted
inserted
replaced
118:7a6598df39ad | 119:f19947bfd3bf |
---|---|
10 from glob import glob | 10 from glob import glob |
11 | 11 |
12 name = 'urwid_satext' | 12 name = 'urwid_satext' |
13 | 13 |
14 setup(name=name, | 14 setup(name=name, |
15 version='0.4.1', | 15 version='0.6.0', |
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 user interface library Urwid (http://excess.org/urwid/). This library, originaly made for the SàT project, was eventually separated so other softwares can use it. Widgets provided include password text box, tab container, dialogs, file chooser etc. Feel free to go to the project page for more informations.', | 17 long_description=u'Urwid SàT extension widgets is a set of widgets for the console user interface library Urwid (http://excess.org/urwid/). This library, originaly made for the SàT project, was eventually separated so other softwares can use it. Widgets provided include password text box, tab container, dialogs, file chooser etc. Feel free to go to the project page for more informations.', |
18 author='Goffi (Jérôme Poisson)', | 18 author='Goffi (Jérôme Poisson)', |
19 author_email='goffi@goffi.org', | 19 author_email='goffi@goffi.org', |
20 url='http://wiki.goffi.org/wiki/Urwid-satext', | 20 url='http://wiki.goffi.org/wiki/Urwid-satext', |