Mercurial > libervia-backend
comparison setup.py @ 1720:21e6d11615ea 0.6.0
updated setup.py version
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 02 Dec 2015 13:20:08 +0100 |
parents | fecd502743b3 |
children | d17772b0fe22 |
comparison
equal
deleted
inserted
replaced
1719:8be7a69bf1a4 | 1720:21e6d11615ea |
---|---|
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.5.1', | 285 version='0.6.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', |