# HG changeset patch # User Goffi # Date 1395166696 -3600 # Node ID a0256b81d367dd2c76fe86106eda87099db56a41 # Parent cb66dffdf9b2a26b8d74275285c8450721bf5995 setup.py: update website (it's not http://www.salut-a-toi.org), and removed pyjamas framework which is not standard in pypi diff -r cb66dffdf9b2 -r a0256b81d367 setup.py --- a/setup.py Tue Mar 18 19:17:28 2014 +0100 +++ b/setup.py Tue Mar 18 19:18:16 2014 +0100 @@ -174,11 +174,10 @@ long_description=u'Libervia is a web frontend for Salut à Toi (SàT), a multi-frontends and multi-purposes XMPP client.', author='Goffi (Jérôme Poisson)', author_email='goffi@goffi.org', - url='http://sat.goffi.org', + url='http://www.salut-a-toi.org', classifiers=['Development Status :: 3 - Alpha', 'Environment :: Web Environment', 'Framework :: Twisted', - 'Framework :: Pyjamas', 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)', 'Operating System :: POSIX :: Linux', 'Topic :: Communications :: Chat'],