Mercurial > libervia-web
comparison setup.py @ 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 | f2c380af7304 |
children | 454c7685471d |
comparison
equal
deleted
inserted
replaced
410:cb66dffdf9b2 | 411:a0256b81d367 |
---|---|
172 version='0.4.0', | 172 version='0.4.0', |
173 description=u'Web frontend for Salut à Toi', | 173 description=u'Web frontend for Salut à Toi', |
174 long_description=u'Libervia is a web frontend for Salut à Toi (SàT), a multi-frontends and multi-purposes XMPP client.', | 174 long_description=u'Libervia is a web frontend for Salut à Toi (SàT), a multi-frontends and multi-purposes XMPP client.', |
175 author='Goffi (Jérôme Poisson)', | 175 author='Goffi (Jérôme Poisson)', |
176 author_email='goffi@goffi.org', | 176 author_email='goffi@goffi.org', |
177 url='http://sat.goffi.org', | 177 url='http://www.salut-a-toi.org', |
178 classifiers=['Development Status :: 3 - Alpha', | 178 classifiers=['Development Status :: 3 - Alpha', |
179 'Environment :: Web Environment', | 179 'Environment :: Web Environment', |
180 'Framework :: Twisted', | 180 'Framework :: Twisted', |
181 'Framework :: Pyjamas', | |
182 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)', | 181 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)', |
183 'Operating System :: POSIX :: Linux', | 182 'Operating System :: POSIX :: Linux', |
184 'Topic :: Communications :: Chat'], | 183 'Topic :: Communications :: Chat'], |
185 package_dir={'libervia': '.', 'libervia_server': 'libervia_server'}, | 184 package_dir={'libervia': '.', 'libervia_server': 'libervia_server'}, |
186 packages=['libervia', 'libervia.output', 'libervia_server', 'twisted.plugins'], | 185 packages=['libervia', 'libervia.output', 'libervia_server', 'twisted.plugins'], |