Mercurial > libervia-pubsub
comparison setup.py @ 269:9df844d9d5ac
misc: description in setup.py
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 13 Aug 2014 17:01:08 +0200 |
parents | 86e767dc6abb |
children | bfbc84057c0e |
comparison
equal
deleted
inserted
replaced
268:c8a2166e6a02 | 269:9df844d9d5ac |
---|---|
80 if sys.version_info < (2, 5): | 80 if sys.version_info < (2, 5): |
81 install_requires.append('uuid') | 81 install_requires.append('uuid') |
82 | 82 |
83 setup(name='sat_pubsub', | 83 setup(name='sat_pubsub', |
84 version=__version__, | 84 version=__version__, |
85 description='Jabber Publish-Subscribe Service Component', | 85 description=u'XMPP Publish-Subscribe Service Component, build for the need of the « Salut à Toi » project', |
86 maintainer='Jérôme Poisson', | 86 maintainer='Jérôme Poisson', |
87 maintainer_email='goffi@goffi.org', | 87 maintainer_email='goffi@goffi.org', |
88 url='http://repos.goffi.org/sat_pubsub', | 88 url='http://repos.goffi.org/sat_pubsub', |
89 license='AGPLv3+', | 89 license='AGPLv3+', |
90 packages=[ | 90 packages=[ |