Mercurial > libervia-web
comparison setup.py @ 903:5264fec78a1d
updated version (0.6.1)
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 13 Jul 2016 00:07:07 +0200 |
parents | 9cd2ec1b722a |
children | 09b0a968a36a |
comparison
equal
deleted
inserted
replaced
902:68ab3da65930 | 903:5264fec78a1d |
---|---|
275 install_opt = os.environ.get(ENV_LIBERVIA_INSTALL, "").split() | 275 install_opt = os.environ.get(ENV_LIBERVIA_INSTALL, "").split() |
276 if not NO_PREINSTALL_OPT in install_opt: # user can force preinstall skipping | 276 if not NO_PREINSTALL_OPT in install_opt: # user can force preinstall skipping |
277 preinstall_check(install_opt) | 277 preinstall_check(install_opt) |
278 | 278 |
279 setup(name=NAME, | 279 setup(name=NAME, |
280 version='0.6.0', | 280 version='0.6.1', |
281 description=u'Web frontend for Salut à Toi', | 281 description=u'Web frontend for Salut à Toi', |
282 long_description=u'Libervia is a web frontend for Salut à Toi (SàT), a multi-frontends and multi-purposes XMPP client.', | 282 long_description=u'Libervia is a web frontend for Salut à Toi (SàT), a multi-frontends and multi-purposes XMPP client.', |
283 author='Association « Salut à Toi »', | 283 author='Association « Salut à Toi »', |
284 author_email='contact@goffi.org', | 284 author_email='contact@goffi.org', |
285 url='http://www.salut-a-toi.org', | 285 url='http://www.salut-a-toi.org', |