mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-27 19:19:54 +00:00
Update setup.py with latest plugin packages.
This commit is contained in:
parent
fe3f8dde4b
commit
c6ac40c476
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -47,6 +47,8 @@ packages = [ 'sleekxmpp',
|
|||
'sleekxmpp/plugins',
|
||||
'sleekxmpp/plugins/xep_0030',
|
||||
'sleekxmpp/plugins/xep_0030/stanza'
|
||||
'sleekxmpp/plugins/xep_0059',
|
||||
'sleekxmpp/plugins/xep_0092',
|
||||
]
|
||||
|
||||
if sys.version_info < (3, 0):
|
||||
|
|
Loading…
Reference in a new issue