Mercurial > libervia-backend
comparison setup.py @ 581:78ca32cc0b51
CHANGELOG + version updates (yes, that's a release \o/)
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 09 Jan 2013 22:55:59 +0100 |
parents | 07d7c496ece9 |
children | 6a718ede8be1 |
comparison
equal
deleted
inserted
replaced
580:07d7c496ece9 | 581:78ca32cc0b51 |
---|---|
140 install_opt = os.environ.get("SAT_INSTALL","") | 140 install_opt = os.environ.get("SAT_INSTALL","") |
141 if not "nopreinstall" in install_opt: #user can force preinstall skipping | 141 if not "nopreinstall" in install_opt: #user can force preinstall skipping |
142 preinstall_check() | 142 preinstall_check() |
143 | 143 |
144 setup(name=NAME, | 144 setup(name=NAME, |
145 version='0.2.0', | 145 version='0.3.0', |
146 description=u'Salut à Toi multi-frontend XMPP client', | 146 description=u'Salut à Toi multi-frontend XMPP client', |
147 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).', | 147 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).', |
148 author='Goffi (Jérôme Poisson)', | 148 author='Goffi (Jérôme Poisson)', |
149 author_email='goffi@goffi.org', | 149 author_email='goffi@goffi.org', |
150 url='http://sat.goffi.org', | 150 url='http://sat.goffi.org', |