We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d84bb87 commit 7860fffCopy full SHA for 7860fff
.gitignore
@@ -3,3 +3,4 @@
3
/doc
4
*.pyc
5
/html
6
+/build
TODO
jep0106.py
setup.py
@@ -22,6 +22,7 @@
22
has become a separate product no longer maintened by the previous author.
23
This is distributed under the terms of GPL.""",
24
download_url='https://github.com/ArchipelProject/xmpppy/releases',
25
+ package_dir={'xmpp': ''},
26
packages=['xmpp'],
27
license="GPL",
28
platforms="All",
0 commit comments