diff 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
line wrap: on
line diff
--- a/setup.py	Tue Aug 13 19:09:08 2019 +0200
+++ b/setup.py	Tue Aug 13 08:55:41 2019 +0200
@@ -9,13 +9,13 @@
 setup(
     name=name,
     version="0.8.0.dev0",
-    description=u"SàT extension widgets for Urwid",
-    long_description=(u"Urwid SàT extension widgets is a set of widgets for the console "
-                      u"user interface library Urwid (http://excess.org/urwid/). This "
-                      u"library, originaly made for the SàT project, was eventually "
-                      u"separated so other softwares can use it. Widgets provided "
-                      u"include password text box, tab container, dialogs, file chooser "
-                      u"etc. Feel free to go to the project page for more informations."),
+    description="SàT extension widgets for Urwid",
+    long_description=("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."),
     author="Goffi (Jérôme Poisson)",
     author_email="goffi@goffi.org",
     url="http://wiki.goffi.org/wiki/Urwid-satext",