Mercurial > libervia-web
changeset 411:a0256b81d367
setup.py: update website (it's not http://www.salut-a-toi.org), and removed pyjamas framework which is not standard in pypi
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 18 Mar 2014 19:18:16 +0100 |
parents | cb66dffdf9b2 |
children | 9977de10b7da |
files | setup.py |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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'],