updated setup.py to include stream features plugins

This commit is contained in:
Nathan Fritz 2011-08-03 18:30:46 -07:00
parent d94517d9ca
commit afeb8a679a

View file

@ -60,6 +60,9 @@ packages = [ 'sleekxmpp',
'sleekxmpp/features', 'sleekxmpp/features',
'sleekxmpp/features/feature_mechanisms', 'sleekxmpp/features/feature_mechanisms',
'sleekxmpp/features/feature_mechanisms/stanza', 'sleekxmpp/features/feature_mechanisms/stanza',
'sleekxmpp/features/feature_starttls',
'sleekxmpp/features/feature_bind',
'sleekxmpp/features/feature_session',
'sleekxmpp/thirdparty', 'sleekxmpp/thirdparty',
'sleekxmpp/thirdparty/suelta', 'sleekxmpp/thirdparty/suelta',
'sleekxmpp/thirdparty/suelta/mechanisms', 'sleekxmpp/thirdparty/suelta/mechanisms',