summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2013-05-27 13:40:57 -0700
committerLance Stout <lancestout@gmail.com>2013-05-27 13:40:57 -0700
commitda6b549f8b9000bc83fae6df4a60264c9238b68c (patch)
tree6385dcd01128b0284399f68733f2d38c7d0c4aa4
parent4a590d1497e332da8b85a6807ad0ba9f277e2cbe (diff)
parent76e07a9089c1edc46fafb66844d1cd4a9660582f (diff)
downloadslixmpp-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-xsetup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 71e269e6..6abc8efc 100755
--- a/setup.py
+++ b/setup.py
@@ -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',