Mercurial > libervia-backend
comparison setup.py @ 887:f93e917be3f4 0.4.1 SàT v0.4.1
version update
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 28 Feb 2014 15:01:37 +0100 |
parents | 4054cf716322 |
children | 1e0550271546 |
comparison
equal
deleted
inserted
replaced
886:ab9c22bf77ee | 887:f93e917be3f4 |
---|---|
151 install_opt = os.environ.get(ENV_SAT_INSTALL, "").split() | 151 install_opt = os.environ.get(ENV_SAT_INSTALL, "").split() |
152 if not NO_PREINSTALL_OPT in install_opt: # user can force preinstall skipping | 152 if not NO_PREINSTALL_OPT in install_opt: # user can force preinstall skipping |
153 preinstall_check(install_opt) | 153 preinstall_check(install_opt) |
154 | 154 |
155 setup(name=NAME, | 155 setup(name=NAME, |
156 version='0.4.0', | 156 version='0.4.1', |
157 description=u'Salut à Toi multi-frontend XMPP client', | 157 description=u'Salut à Toi multi-frontend XMPP client', |
158 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).', | 158 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).', |
159 author='Goffi (Jérôme Poisson)', | 159 author='Goffi (Jérôme Poisson)', |
160 author_email='goffi@goffi.org', | 160 author_email='goffi@goffi.org', |
161 url='http://www.salut-a-toi.org', | 161 url='http://www.salut-a-toi.org', |