# HG changeset patch # User Goffi # Date 1357768201 -3600 # Node ID 07d7c496ece9385d13b5f916597a0c7ce515a18a # Parent 133078b82ca865613ab1f8423a00172bfb342aa0 misc: setup.py long description update diff -r 133078b82ca8 -r 07d7c496ece9 setup.py --- a/setup.py Wed Jan 09 22:43:41 2013 +0100 +++ b/setup.py Wed Jan 09 22:50:01 2013 +0100 @@ -144,7 +144,7 @@ setup(name=NAME, version='0.2.0', description=u'Salut à Toi multi-frontend XMPP client', - 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. ', + 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).', author='Goffi (Jérôme Poisson)', author_email='goffi@goffi.org', url='http://sat.goffi.org',