summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2011-08-04 21:56:35 -0700
committerLance Stout <lancestout@gmail.com>2011-08-04 21:56:35 -0700
commit940e3eba35deab4c0d965dbbac4a57a534bd3681 (patch)
treeaf08236b384ccb896ed24c91598c19109b796f17 /setup.py
parentb7cd119b0c126371eea647e13eb636dfbdfea5e2 (diff)
downloadslixmpp-940e3eba35deab4c0d965dbbac4a57a534bd3681.tar.gz
slixmpp-940e3eba35deab4c0d965dbbac4a57a534bd3681.tar.bz2
slixmpp-940e3eba35deab4c0d965dbbac4a57a534bd3681.tar.xz
slixmpp-940e3eba35deab4c0d965dbbac4a57a534bd3681.zip
Make sure setup.py has all of the plugins.
XEP-0199 got dropped during a cut/paste for 203 and 204.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index be9a0d32..3ccac3af 100644
--- a/setup.py
+++ b/setup.py
@@ -59,6 +59,7 @@ packages = [ 'sleekxmpp',
'sleekxmpp/plugins/xep_0086',
'sleekxmpp/plugins/xep_0092',
'sleekxmpp/plugins/xep_0128',
+ 'sleekxmpp/plugins/xep_0199',
'sleekxmpp/plugins/xep_0202',
'sleekxmpp/plugins/xep_0203',
'sleekxmpp/plugins/xep_0224',