# HG changeset patch # User Goffi # Date 1357689968 -3600 # Node ID f5ab27e0ff4cc93917e601461468233bd37d816e # Parent 89f9a50ce7bfb45b5debd7c75b29f3015130015b installation: setup.py description + website url update diff -r 89f9a50ce7bf -r f5ab27e0ff4c setup.py --- a/setup.py Tue Jan 08 00:46:38 2013 +0100 +++ b/setup.py Wed Jan 09 01:06:08 2013 +0100 @@ -144,10 +144,10 @@ 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), console ui frontend (Primitivus, Urwid based), or command line frontend (jp), and others are coming. ', + 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. ', author='Goffi (Jérôme Poisson)', author_email='goffi@goffi.org', - url='http://wiki.goffi.org/wiki/Salut_%C3%A0_Toi', + url='http://sat.goffi.org', classifiers=['Development Status :: 3 - Alpha', 'Environment :: Console', 'Environment :: X11 Applications :: GTK',