summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSangeeth Saravanaraj <sangeeth@riptideio.com>2015-01-23 10:29:21 +0530
committerSangeeth Saravanaraj <sangeeth@riptideio.com>2015-01-23 10:29:21 +0530
commitbe76dda21d93fdca8629d4b6d926d1ddd5c396af (patch)
treeb0a3897a111e741b519735a1b02c847204101cba /setup.py
parentecd124dd068ea381555fca3c42c402c46da0cba1 (diff)
downloadslixmpp-be76dda21d93fdca8629d4b6d926d1ddd5c396af.tar.gz
slixmpp-be76dda21d93fdca8629d4b6d926d1ddd5c396af.tar.bz2
slixmpp-be76dda21d93fdca8629d4b6d926d1ddd5c396af.tar.xz
slixmpp-be76dda21d93fdca8629d4b6d926d1ddd5c396af.zip
Added xep_0332 to setup
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 cc4fdd5b..566683b7 100755
--- a/setup.py
+++ b/setup.py
@@ -123,6 +123,8 @@ packages = [ 'sleekxmpp',
'sleekxmpp/plugins/xep_0323/stanza',
'sleekxmpp/plugins/xep_0325',
'sleekxmpp/plugins/xep_0325/stanza',
+ 'sleekxmpp/plugins/xep_0332',
+ 'sleekxmpp/plugins/xep_0332/stanza',
'sleekxmpp/plugins/google',
'sleekxmpp/plugins/google/gmail',
'sleekxmpp/plugins/google/auth',