Mercurial > libervia-web
comparison setup.py @ 907:3d372805f60c 0.6.1
installation (setup.py): changed version to 0.6.1.1 so new archive with fixed MANIFEST can be uploaded on pypi
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 13 Jul 2016 22:45:44 +0200 |
parents | 09b0a968a36a |
children | bc2082685234 |
comparison
equal
deleted
inserted
replaced
906:9949f0940609 | 907:3d372805f60c |
---|---|
279 install_opt = os.environ.get(ENV_LIBERVIA_INSTALL, "").split() | 279 install_opt = os.environ.get(ENV_LIBERVIA_INSTALL, "").split() |
280 if not NO_PREINSTALL_OPT in install_opt: # user can force preinstall skipping | 280 if not NO_PREINSTALL_OPT in install_opt: # user can force preinstall skipping |
281 preinstall_check(install_opt) | 281 preinstall_check(install_opt) |
282 | 282 |
283 setup(name=NAME, | 283 setup(name=NAME, |
284 version='0.6.1', | 284 version='0.6.1.1', |
285 description=u'Web frontend for Salut à Toi', | 285 description=u'Web frontend for Salut à Toi', |
286 long_description=u'Libervia is a web frontend for Salut à Toi (SàT), a multi-frontends and multi-purposes XMPP client.', | 286 long_description=u'Libervia is a web frontend for Salut à Toi (SàT), a multi-frontends and multi-purposes XMPP client.', |
287 author='Association « Salut à Toi »', | 287 author='Association « Salut à Toi »', |
288 author_email='contact@goffi.org', | 288 author_email='contact@goffi.org', |
289 url='http://www.salut-a-toi.org', | 289 url='http://www.salut-a-toi.org', |