Skip to content

Commit 7860fff

Browse files
committed
Update setup.py, Remove useless files
We can now use the lib as a git submodule or deploy using setup.py
1 parent d84bb87 commit 7860fff

File tree

4 files changed

+2
-79
lines changed

4 files changed

+2
-79
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
/doc
44
*.pyc
55
/html
6+
/build

TODO

Lines changed: 0 additions & 22 deletions
This file was deleted.

jep0106.py

Lines changed: 0 additions & 57 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
has become a separate product no longer maintened by the previous author.
2323
This is distributed under the terms of GPL.""",
2424
download_url='https://github.com/ArchipelProject/xmpppy/releases',
25+
package_dir={'xmpp': ''},
2526
packages=['xmpp'],
2627
license="GPL",
2728
platforms="All",

0 commit comments

Comments
 (0)