Mercurial > libervia-desktop-kivy
comparison setup.py @ 312:772c170b47a9
Python3 port:
/!\ Cagou now runs with Python 3.6+
Port has been done in the same way as for backend (check backend commit b2d067339de3
message for details).
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 13 Aug 2019 19:14:22 +0200 |
parents | 00e2bcf0d9df |
children | ffb09ae72b88 |
comparison
equal
deleted
inserted
replaced
311:a0d978d3ce84 | 312:772c170b47a9 |
---|---|
50 'local_scheme': local_scheme} | 50 'local_scheme': local_scheme} |
51 | 51 |
52 | 52 |
53 setup(name=NAME, | 53 setup(name=NAME, |
54 version=VERSION, | 54 version=VERSION, |
55 description=u'Desktop/Android frontend for Salut à Toi XMPP client', | 55 description='Desktop/Android frontend for Salut à Toi XMPP client', |
56 long_description=textwrap.dedent("""\ | 56 long_description=textwrap.dedent("""\ |
57 Cagou is a desktop/Android frontend for Salut à Toi. | 57 Cagou is a desktop/Android frontend for Salut à Toi. |
58 It provides native graphical interface with a modern user interface, | 58 It provides native graphical interface with a modern user interface, |
59 using touch screen abilitiy when available, and with split ability inspired from Blender | 59 using touch screen abilitiy when available, and with split ability inspired from Blender |
60 """), | 60 """), |