Mercurial > libervia-backend
comparison setup.py @ 1208:008c8ccd5dcc 0.5.1 SàT v0.5.1
version update
author | souliane <souliane@mailoo.org> |
---|---|
date | Thu, 18 Sep 2014 11:41:52 +0200 |
parents | 6e08ee45bf0a |
children | 806a0fb6045e 0db0013c59dd |
comparison
equal
deleted
inserted
replaced
1207:50e6658e2730 | 1208:008c8ccd5dcc |
---|---|
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.0', | 285 version='0.5.1', |
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', |