Mercurial > libervia-web
comparison setup.py @ 1115:1f67b003c312 0.7.0a1
0.7.0a1 release
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 03 Jul 2018 07:59:14 +0200 |
parents | 2566f17a0e59 |
children | 6ddd47be0875 |
comparison
equal
deleted
inserted
replaced
1114:1957d02df281 | 1115:1f67b003c312 |
---|---|
281 install_opt = os.environ.get(ENV_LIBERVIA_INSTALL, "").split() | 281 install_opt = os.environ.get(ENV_LIBERVIA_INSTALL, "").split() |
282 if not NO_PREINSTALL_OPT in install_opt: # user can force preinstall skipping | 282 if not NO_PREINSTALL_OPT in install_opt: # user can force preinstall skipping |
283 preinstall_check(install_opt) | 283 preinstall_check(install_opt) |
284 | 284 |
285 setup(name=NAME, | 285 setup(name=NAME, |
286 version='0.6.1.1', | 286 version='0.7.0a1', |
287 description=u'Web frontend for Salut à Toi', | 287 description=u'Web frontend for Salut à Toi', |
288 long_description=u'Libervia is a web frontend for Salut à Toi (SàT), a multi-frontends and multi-purposes XMPP client.', | 288 long_description=u'Libervia is a web frontend for Salut à Toi (SàT), a multi-frontends and multi-purposes XMPP client.', |
289 author='Association « Salut à Toi »', | 289 author='Association « Salut à Toi »', |
290 author_email='contact@goffi.org', | 290 author_email='contact@goffi.org', |
291 url='http://www.salut-a-toi.org', | 291 url='http://www.salut-a-toi.org', |