Updated setup.py to include XEP-0009.

This commit is contained in:
Dann Martens 2011-01-13 12:53:17 +01:00
parent 2e6c27f665
commit a21178007f

View file

@ -45,6 +45,8 @@ packages = [ 'sleekxmpp',
'sleekxmpp/xmlstream/handler', 'sleekxmpp/xmlstream/handler',
'sleekxmpp/thirdparty', 'sleekxmpp/thirdparty',
'sleekxmpp/plugins', 'sleekxmpp/plugins',
'sleekxmpp/plugins/xep_0009',
'sleekxmpp/plugins/xep_0009/stanza',
'sleekxmpp/plugins/xep_0030', 'sleekxmpp/plugins/xep_0030',
'sleekxmpp/plugins/xep_0030/stanza' 'sleekxmpp/plugins/xep_0030/stanza'
] ]