Mercurial > libervia-pubsub
comparison setup.py @ 165:0c9001bc7f58
Release 0.6.0.
author | Ralph Meijer <ralphm@ik.nu> |
---|---|
date | Thu, 18 Jan 2007 14:06:14 +0000 |
parents | 5191ba7c4df8 |
children | bd88658dbca3 |
comparison
equal
deleted
inserted
replaced
164:40d931ed15b9 | 165:0c9001bc7f58 |
---|---|
4 # See LICENSE for details. | 4 # See LICENSE for details. |
5 | 5 |
6 from distutils.core import setup | 6 from distutils.core import setup |
7 | 7 |
8 setup(name='idavoll', | 8 setup(name='idavoll', |
9 version='0.5.0', | 9 version='0.6.0', |
10 description='Jabber Publish-Subscribe Service Component', | 10 description='Jabber Publish-Subscribe Service Component', |
11 author='Ralph Meijer', | 11 author='Ralph Meijer', |
12 author_email='ralphm@ik.nu', | 12 author_email='ralphm@ik.nu', |
13 url='http://idavoll.ik.nu/', | 13 url='http://idavoll.ik.nu/', |
14 license='MIT', | 14 license='MIT', |