summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorEric Hansen <ehansen@securityfor.us>2013-05-27 06:14:21 -0400
committerEric Hansen <ehansen@securityfor.us>2013-05-27 06:14:21 -0400
commit76e07a9089c1edc46fafb66844d1cd4a9660582f (patch)
tree759610c4553096c08484dc24a97a2411ffe3a9f9 /setup.py
parent85fd14f47f0911e2242b8c52e8545eab08e09d03 (diff)
downloadslixmpp-76e07a9089c1edc46fafb66844d1cd4a9660582f.tar.gz
slixmpp-76e07a9089c1edc46fafb66844d1cd4a9660582f.tar.bz2
slixmpp-76e07a9089c1edc46fafb66844d1cd4a9660582f.tar.xz
slixmpp-76e07a9089c1edc46fafb66844d1cd4a9660582f.zip
Add xep_0095 and xep_0096 to setup so they are installed into the egg
Diffstat (limited to 'setup.py')
-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',