comparison setup.py @ 385:f2c380af7304 SàT v0.4.0

version update
author Goffi <goffi@goffi.org>
date Wed, 26 Feb 2014 14:13:02 +0100
parents 9834136b15ed
children a0256b81d367
comparison
equal deleted inserted replaced
384:8bb9c878b7e3 385:f2c380af7304
167 install_opt = os.environ.get("LIBERVIA_INSTALL", "") 167 install_opt = os.environ.get("LIBERVIA_INSTALL", "")
168 if not "nopreinstall" in install_opt: # user can force preinstall skipping 168 if not "nopreinstall" in install_opt: # user can force preinstall skipping
169 preinstall_check() 169 preinstall_check()
170 170
171 setup(name=NAME, 171 setup(name=NAME,
172 version='0.3.0', 172 version='0.4.0',
173 description=u'Web frontend for Salut à Toi', 173 description=u'Web frontend for Salut à Toi',
174 long_description=u'Libervia is a web frontend for Salut à Toi (SàT), a multi-frontends and multi-purposes XMPP client.', 174 long_description=u'Libervia is a web frontend for Salut à Toi (SàT), a multi-frontends and multi-purposes XMPP client.',
175 author='Goffi (Jérôme Poisson)', 175 author='Goffi (Jérôme Poisson)',
176 author_email='goffi@goffi.org', 176 author_email='goffi@goffi.org',
177 url='http://sat.goffi.org', 177 url='http://sat.goffi.org',