changeset 575:f5ab27e0ff4c

installation: setup.py description + website url update
author Goffi <goffi@goffi.org>
date Wed, 09 Jan 2013 01:06:08 +0100
parents 89f9a50ce7bf
children a60dd719e048
files setup.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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',