comparison setup.py @ 143:144bdf877d21

python 3 port (using 2to3)
author Goffi <goffi@goffi.org>
date Tue, 13 Aug 2019 08:55:41 +0200
parents 2855123621a0
children d505d9ee792e
comparison
equal deleted inserted replaced
142:2855123621a0 143:144bdf877d21
7 name = "urwid_satext" 7 name = "urwid_satext"
8 8
9 setup( 9 setup(
10 name=name, 10 name=name,
11 version="0.8.0.dev0", 11 version="0.8.0.dev0",
12 description=u"SàT extension widgets for Urwid", 12 description="SàT extension widgets for Urwid",
13 long_description=(u"Urwid SàT extension widgets is a set of widgets for the console " 13 long_description=("Urwid SàT extension widgets is a set of widgets for the console "
14 u"user interface library Urwid (http://excess.org/urwid/). This " 14 "user interface library Urwid (http://excess.org/urwid/). This "
15 u"library, originaly made for the SàT project, was eventually " 15 "library, originaly made for the SàT project, was eventually "
16 u"separated so other softwares can use it. Widgets provided " 16 "separated so other softwares can use it. Widgets provided "
17 u"include password text box, tab container, dialogs, file chooser " 17 "include password text box, tab container, dialogs, file chooser "
18 u"etc. Feel free to go to the project page for more informations."), 18 "etc. Feel free to go to the project page for more informations."),
19 author="Goffi (Jérôme Poisson)", 19 author="Goffi (Jérôme Poisson)",
20 author_email="goffi@goffi.org", 20 author_email="goffi@goffi.org",
21 url="http://wiki.goffi.org/wiki/Urwid-satext", 21 url="http://wiki.goffi.org/wiki/Urwid-satext",
22 classifiers=[ 22 classifiers=[
23 "Environment :: Console", 23 "Environment :: Console",