Fix setup.py after moving SASL stuff.
This commit is contained in:
parent
3bd84b8d27
commit
f8856467d5
4
setup.py
4
setup.py
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user