diff options
author | Lance Stout <lancestout@gmail.com> | 2011-08-04 21:56:35 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-08-04 21:56:35 -0700 |
commit | 940e3eba35deab4c0d965dbbac4a57a534bd3681 (patch) | |
tree | af08236b384ccb896ed24c91598c19109b796f17 /setup.py | |
parent | b7cd119b0c126371eea647e13eb636dfbdfea5e2 (diff) | |
download | slixmpp-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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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',
|