Last change
on this file since 4:e8e7d5543a6f was
4:e8e7d5543a6f,
checked in by Ralph Meijer <ralphm@…>, 15 years ago
|
Reverse how handlers are associated with the stream manager. Kick version.
|
File size:
479 bytes
|
Line | |
---|
1 | #!/usr/bin/env python |
---|
2 | |
---|
3 | # Copyright (c) 2003-2007 Ralph Meijer |
---|
4 | # See LICENSE for details. |
---|
5 | |
---|
6 | #from distutils.core import setup |
---|
7 | from setuptools import setup |
---|
8 | |
---|
9 | setup(name='wokkel', |
---|
10 | version='0.2.0', |
---|
11 | description='Twisted Jabber support library', |
---|
12 | author='Ralph Meijer', |
---|
13 | author_email='ralphm@ik.nu', |
---|
14 | maintainer_email='ralphm@ik.nu', |
---|
15 | url='http://wokkel.ik.nu/', |
---|
16 | license='MIT', |
---|
17 | platforms='any', |
---|
18 | packages=[ |
---|
19 | 'wokkel', |
---|
20 | ], |
---|
21 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.