comparison setup.py @ 551:9b217e14fc6a SàT v0.5.1

version update
author Goffi <goffi@goffi.org>
date Thu, 18 Sep 2014 11:47:44 +0200
parents 95bdad7041d4
children 77bf2654ca0a
comparison
equal deleted inserted replaced
550:538a0d6f09a7 551:9b217e14fc6a
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.5.0', 268 version='0.5.1',
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',