Mercurial > libervia-web
comparison setup.py @ 545:95bdad7041d4
version update
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 09 Sep 2014 08:26:03 +0200 |
parents | ecec2cc13b33 |
children | 9b217e14fc6a |
comparison
equal
deleted
inserted
replaced
544:ad18eb65b6db | 545:95bdad7041d4 |
---|---|
263 install_opt = os.environ.get(ENV_LIBERVIA_INSTALL, "").split() | 263 install_opt = os.environ.get(ENV_LIBERVIA_INSTALL, "").split() |
264 if not NO_PREINSTALL_OPT in install_opt: # user can force preinstall skipping | 264 if not NO_PREINSTALL_OPT in install_opt: # user can force preinstall skipping |
265 preinstall_check(install_opt) | 265 preinstall_check(install_opt) |
266 | 266 |
267 setup(name=NAME, | 267 setup(name=NAME, |
268 version='0.4.0', | 268 version='0.5.0', |
269 description=u'Web frontend for Salut à Toi', | 269 description=u'Web frontend for Salut à Toi', |
270 long_description=u'Libervia is a web frontend for Salut à Toi (SàT), a multi-frontends and multi-purposes XMPP client.', | 270 long_description=u'Libervia is a web frontend for Salut à Toi (SàT), a multi-frontends and multi-purposes XMPP client.', |
271 author='Association « Salut à Toi »', | 271 author='Association « Salut à Toi »', |
272 author_email='contact@goffi.org', | 272 author_email='contact@goffi.org', |
273 url='http://www.salut-a-toi.org', | 273 url='http://www.salut-a-toi.org', |