Mercurial > libervia-backend
comparison setup.py @ 580:07d7c496ece9
misc: setup.py long description update
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 09 Jan 2013 22:50:01 +0100 |
parents | f5ab27e0ff4c |
children | 78ca32cc0b51 |
comparison
equal
deleted
inserted
replaced
579:133078b82ca8 | 580:07d7c496ece9 |
---|---|
142 preinstall_check() | 142 preinstall_check() |
143 | 143 |
144 setup(name=NAME, | 144 setup(name=NAME, |
145 version='0.2.0', | 145 version='0.2.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. You can use it with the desktop frontend (wix - WxPython based or BellaCiao - Qt based ), console ui frontend (Primitivus, Urwid based), command line frontend (jp), or web frontend (Libervia); and others are coming. ', | 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', |
151 classifiers=['Development Status :: 3 - Alpha', | 151 classifiers=['Development Status :: 3 - Alpha', |
152 'Environment :: Console', | 152 'Environment :: Console', |