diff options
author | Lance Stout <lancestout@gmail.com> | 2012-07-30 22:06:55 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-07-30 22:06:55 -0700 |
commit | f8856467d523eb7674974bbbd831c43939efa845 (patch) | |
tree | 8b4bea009a0203724402b9acf40dfb01d4aef01c | |
parent | 3bd84b8d279a8b79f8e3bac4234c1e2e2c1d60fc (diff) | |
download | slixmpp-f8856467d523eb7674974bbbd831c43939efa845.tar.gz slixmpp-f8856467d523eb7674974bbbd831c43939efa845.tar.bz2 slixmpp-f8856467d523eb7674974bbbd831c43939efa845.tar.xz slixmpp-f8856467d523eb7674974bbbd831c43939efa845.zip |
Fix setup.py after moving SASL stuff.
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -50,6 +50,7 @@ packages = [ 'sleekxmpp', 'sleekxmpp/test', 'sleekxmpp/roster', 'sleekxmpp/util', + 'sleekxmpp/util/sasl', 'sleekxmpp/xmlstream', 'sleekxmpp/xmlstream/matcher', 'sleekxmpp/xmlstream/handler', @@ -104,9 +105,8 @@ packages = [ 'sleekxmpp', 'sleekxmpp/features/feature_bind', 'sleekxmpp/features/feature_session', 'sleekxmpp/features/feature_rosterver', + 'sleekxmpp/features/feature_preapproval', 'sleekxmpp/thirdparty', - 'sleekxmpp/thirdparty/suelta', - 'sleekxmpp/thirdparty/suelta/mechanisms', ] setup( |