summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDann Martens <me@dannmartens.com>2011-01-13 12:53:17 +0100
committerDann Martens <me@dannmartens.com>2011-01-13 12:53:17 +0100
commita21178007faa4e2975ae07ef48762a74eb84eda5 (patch)
treea2e5da61084931e1d87e398734d0a85d14c93ab6 /setup.py
parent2e6c27f665d04f9132cbf845175d050e92aa0882 (diff)
downloadslixmpp-a21178007faa4e2975ae07ef48762a74eb84eda5.tar.gz
slixmpp-a21178007faa4e2975ae07ef48762a74eb84eda5.tar.bz2
slixmpp-a21178007faa4e2975ae07ef48762a74eb84eda5.tar.xz
slixmpp-a21178007faa4e2975ae07ef48762a74eb84eda5.zip
Updated setup.py to include XEP-0009.
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 93c9ab33..b030f4a9 100644
--- a/setup.py
+++ b/setup.py
@@ -45,6 +45,8 @@ packages = [ 'sleekxmpp',
'sleekxmpp/xmlstream/handler',
'sleekxmpp/thirdparty',
'sleekxmpp/plugins',
+ 'sleekxmpp/plugins/xep_0009',
+ 'sleekxmpp/plugins/xep_0009/stanza',
'sleekxmpp/plugins/xep_0030',
'sleekxmpp/plugins/xep_0030/stanza'
]