Fix setup.py after moving SASL stuff.

This commit is contained in:
Lance Stout 2012-07-30 22:06:55 -07:00
parent 3bd84b8d27
commit f8856467d5

View File

@ -50,6 +50,7 @@ packages = [ 'sleekxmpp',
'sleekxmpp/test', 'sleekxmpp/test',
'sleekxmpp/roster', 'sleekxmpp/roster',
'sleekxmpp/util', 'sleekxmpp/util',
'sleekxmpp/util/sasl',
'sleekxmpp/xmlstream', 'sleekxmpp/xmlstream',
'sleekxmpp/xmlstream/matcher', 'sleekxmpp/xmlstream/matcher',
'sleekxmpp/xmlstream/handler', 'sleekxmpp/xmlstream/handler',
@ -104,9 +105,8 @@ packages = [ 'sleekxmpp',
'sleekxmpp/features/feature_bind', 'sleekxmpp/features/feature_bind',
'sleekxmpp/features/feature_session', 'sleekxmpp/features/feature_session',
'sleekxmpp/features/feature_rosterver', 'sleekxmpp/features/feature_rosterver',
'sleekxmpp/features/feature_preapproval',
'sleekxmpp/thirdparty', 'sleekxmpp/thirdparty',
'sleekxmpp/thirdparty/suelta',
'sleekxmpp/thirdparty/suelta/mechanisms',
] ]
setup( setup(