source:
wokkel/__init__.py
@
228:74201da6600c
Last change on this file since 228:74201da6600c was 228:74201da6600c, checked in by Ralph Meijer <ralphm@…>, 6 years ago | |
---|---|
File size: 265 bytes |
Line | |
---|---|
1 | # Copyright (c) Ralph Meijer. |
2 | # See LICENSE for details |
3 | |
4 | """ |
5 | Wokkel. |
6 | |
7 | Support library for Twisted applications using XMPP protocols. |
8 | """ |
9 | |
10 | from _version import __version__ as _incremental_version |
11 | |
12 | __version__ = _incremental_version.base() |
13 | |
14 | __all__ = ["__version__"] |
Note: See TracBrowser
for help on using the repository browser.