mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-23 19:19:53 +00:00
Updated setup.py to include XEP-0009.
This commit is contained in:
parent
2e6c27f665
commit
a21178007f
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -45,6 +45,8 @@ packages = [ 'sleekxmpp',
|
|||
'sleekxmpp/xmlstream/handler',
|
||||
'sleekxmpp/thirdparty',
|
||||
'sleekxmpp/plugins',
|
||||
'sleekxmpp/plugins/xep_0009',
|
||||
'sleekxmpp/plugins/xep_0009/stanza',
|
||||
'sleekxmpp/plugins/xep_0030',
|
||||
'sleekxmpp/plugins/xep_0030/stanza'
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue