comparison setup.py @ 1997:3c92c0b977b5

version update (0.6.1)
author Goffi <goffi@goffi.org>
date Tue, 12 Jul 2016 23:30:13 +0200
parents e1d482386395
children b075c5a576ef
comparison
equal deleted inserted replaced
1996:e1d482386395 1997:3c92c0b977b5
277 install_opt = os.environ.get(ENV_SAT_INSTALL, "").split() 277 install_opt = os.environ.get(ENV_SAT_INSTALL, "").split()
278 if not NO_PREINSTALL_OPT in install_opt: # user can force preinstall skipping 278 if not NO_PREINSTALL_OPT in install_opt: # user can force preinstall skipping
279 preinstall_check(install_opt) 279 preinstall_check(install_opt)
280 280
281 setup(name=NAME, 281 setup(name=NAME,
282 version='0.6.0', 282 version='0.6.1',
283 description=u'Salut à Toi multi-frontend XMPP client', 283 description=u'Salut à Toi multi-frontend XMPP client',
284 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).', 284 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).',
285 author='Association « Salut à Toi »', 285 author='Association « Salut à Toi »',
286 author_email='contact@goffi.org', 286 author_email='contact@goffi.org',
287 url='http://salut-a-toi.org', 287 url='http://salut-a-toi.org',