summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2011-08-12 23:56:14 -0700
committerLance Stout <lancestout@gmail.com>2011-08-12 23:56:14 -0700
commitdcaddb804221790e778742f3f5ef22464608cc87 (patch)
tree8fadb2e461f4866d0c61645aada1b2871ad80ba8 /setup.py
parent5ef197e5fd93e851cb0da5a630fd38a191074371 (diff)
downloadslixmpp-dcaddb804221790e778742f3f5ef22464608cc87.tar.gz
slixmpp-dcaddb804221790e778742f3f5ef22464608cc87.tar.bz2
slixmpp-dcaddb804221790e778742f3f5ef22464608cc87.tar.xz
slixmpp-dcaddb804221790e778742f3f5ef22464608cc87.zip
Include new XEP-0004 directories in setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 228ed02e..adfa1b62 100644
--- a/setup.py
+++ b/setup.py
@@ -50,6 +50,8 @@ packages = [ 'sleekxmpp',
'sleekxmpp/xmlstream/matcher',
'sleekxmpp/xmlstream/handler',
'sleekxmpp/plugins',
+ 'sleekxmpp/plugins/xep_0004',
+ 'sleekxmpp/plugins/xep_0004/stanza',
'sleekxmpp/plugins/xep_0009',
'sleekxmpp/plugins/xep_0009/stanza',
'sleekxmpp/plugins/xep_0030',