Mercurial > libervia-backend
comparison setup.py @ 245:e077f068ff57
version updated to 0.1.1
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 14 Jan 2011 15:20:39 +0100 |
parents | 83d2bc0abf2a |
children | 01a0bd6e7fae |
comparison
equal
deleted
inserted
replaced
244:3bc4457687a2 | 245:e077f068ff57 |
---|---|
174 if sys.argv[1].lower() in ['egg_info','install']: | 174 if sys.argv[1].lower() in ['egg_info','install']: |
175 #we only check dependencies if egg_info or install is used | 175 #we only check dependencies if egg_info or install is used |
176 preinstall_check() | 176 preinstall_check() |
177 | 177 |
178 setup(name=NAME, | 178 setup(name=NAME, |
179 version='0.1.0', | 179 version='0.1.1', |
180 description=u'Salut à Toi multi-frontend XMPP client', | 180 description=u'Salut à Toi multi-frontend XMPP client', |
181 long_description=u'Salut à Toi (SàT) is a XMPP client based on a daemon/frontend architecture. You can use it with the desktop frontend (wix - WxPython based), console ui frontend (Primitivus, Urwid based), or command line frontend (jp), and others are coming. ', | 181 long_description=u'Salut à Toi (SàT) is a XMPP client based on a daemon/frontend architecture. You can use it with the desktop frontend (wix - WxPython based), console ui frontend (Primitivus, Urwid based), or command line frontend (jp), and others are coming. ', |
182 author='Goffi (Jérôme Poisson)', | 182 author='Goffi (Jérôme Poisson)', |
183 author_email='goffi@goffi.org', | 183 author_email='goffi@goffi.org', |
184 url='http://wiki.goffi.org/wiki/Salut_%C3%A0_Toi', | 184 url='http://wiki.goffi.org/wiki/Salut_%C3%A0_Toi', |