comparison setup.py @ 575:f5ab27e0ff4c

installation: setup.py description + website url update
author Goffi <goffi@goffi.org>
date Wed, 09 Jan 2013 01:06:08 +0100
parents db7a03a33612
children 07d7c496ece9
comparison
equal deleted inserted replaced
574:89f9a50ce7bf 575:f5ab27e0ff4c
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), console ui frontend (Primitivus, Urwid based), or command line frontend (jp), and others are coming. ', 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. ',
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://wiki.goffi.org/wiki/Salut_%C3%A0_Toi', 150 url='http://sat.goffi.org',
151 classifiers=['Development Status :: 3 - Alpha', 151 classifiers=['Development Status :: 3 - Alpha',
152 'Environment :: Console', 152 'Environment :: Console',
153 'Environment :: X11 Applications :: GTK', 153 'Environment :: X11 Applications :: GTK',
154 'Framework :: Twisted', 154 'Framework :: Twisted',
155 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)', 155 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',