diff options
author | Lance Stout <lancestout@gmail.com> | 2013-05-27 13:40:57 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2013-05-27 13:40:57 -0700 |
commit | da6b549f8b9000bc83fae6df4a60264c9238b68c (patch) | |
tree | 6385dcd01128b0284399f68733f2d38c7d0c4aa4 | |
parent | 4a590d1497e332da8b85a6807ad0ba9f277e2cbe (diff) | |
parent | 76e07a9089c1edc46fafb66844d1cd4a9660582f (diff) | |
download | slixmpp-da6b549f8b9000bc83fae6df4a60264c9238b68c.tar.gz slixmpp-da6b549f8b9000bc83fae6df4a60264c9238b68c.tar.bz2 slixmpp-da6b549f8b9000bc83fae6df4a60264c9238b68c.tar.xz slixmpp-da6b549f8b9000bc83fae6df4a60264c9238b68c.zip |
Merge pull request #239 from SecurityForUs/add_95_96_to_setup
Add xep_0095 and xep_0096 to setup so they are installed into the egg
-rwxr-xr-x | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -86,6 +86,8 @@ packages = [ 'sleekxmpp', 'sleekxmpp/plugins/xep_0086', 'sleekxmpp/plugins/xep_0091', 'sleekxmpp/plugins/xep_0092', + 'sleekxmpp/plugins/xep_0095', + 'sleekxmpp/plugins/xep_0096', 'sleekxmpp/plugins/xep_0107', 'sleekxmpp/plugins/xep_0108', 'sleekxmpp/plugins/xep_0115', |