comparison setup.py @ 1192:a090e5ee83c2 0.5.0 SàT v0.5.0

version update
author Goffi <goffi@goffi.org>
date Tue, 09 Sep 2014 08:15:19 +0200
parents ca15fb1abbc4
children a9bc19e8036b
comparison
equal deleted inserted replaced
1191:4c6bc3454780 1192:a090e5ee83c2
280 install_opt = os.environ.get(ENV_SAT_INSTALL, "").split() 280 install_opt = os.environ.get(ENV_SAT_INSTALL, "").split()
281 if not NO_PREINSTALL_OPT in install_opt: # user can force preinstall skipping 281 if not NO_PREINSTALL_OPT in install_opt: # user can force preinstall skipping
282 preinstall_check(install_opt) 282 preinstall_check(install_opt)
283 283
284 setup(name=NAME, 284 setup(name=NAME,
285 version='0.4.1', 285 version='0.5.0',
286 description=u'Salut à Toi multi-frontend XMPP client', 286 description=u'Salut à Toi multi-frontend XMPP client',
287 long_description=u'Salut à Toi (SàT) is a XMPP client based on a daemon/frontend architecture. Its multi-frontends (desktop, web, console interface, CLI, etc) and multi-purposes (instant messaging, microblogging, games, file sharing, etc).', 287 long_description=u'Salut à Toi (SàT) is a XMPP client based on a daemon/frontend architecture. Its multi-frontends (desktop, web, console interface, CLI, etc) and multi-purposes (instant messaging, microblogging, games, file sharing, etc).',
288 author='Association « Salut à Toi »', 288 author='Association « Salut à Toi »',
289 author_email='contact@goffi.org', 289 author_email='contact@goffi.org',
290 url='http://salut-a-toi.org', 290 url='http://salut-a-toi.org',