mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-27 19:19:54 +00:00
Need to update setup.py with new XEP-0030 packages.
Will need to remember to update setup.py when transitioning plugins to the new layout.
This commit is contained in:
parent
0ea014fe41
commit
f9ac95ddb7
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
@ -38,13 +38,15 @@ CLASSIFIERS = [ 'Intended Audience :: Developers',
|
||||||
]
|
]
|
||||||
|
|
||||||
packages = [ 'sleekxmpp',
|
packages = [ 'sleekxmpp',
|
||||||
'sleekxmpp/plugins',
|
|
||||||
'sleekxmpp/stanza',
|
'sleekxmpp/stanza',
|
||||||
'sleekxmpp/test',
|
'sleekxmpp/test',
|
||||||
'sleekxmpp/xmlstream',
|
'sleekxmpp/xmlstream',
|
||||||
'sleekxmpp/xmlstream/matcher',
|
'sleekxmpp/xmlstream/matcher',
|
||||||
'sleekxmpp/xmlstream/handler',
|
'sleekxmpp/xmlstream/handler',
|
||||||
'sleekxmpp/thirdparty',
|
'sleekxmpp/thirdparty',
|
||||||
|
'sleekxmpp/plugins',
|
||||||
|
'sleekxmpp/plugins/xep_0030',
|
||||||
|
'sleekxmpp/plugins/xep_0030/stanza'
|
||||||
]
|
]
|
||||||
|
|
||||||
if sys.version_info < (3, 0):
|
if sys.version_info < (3, 0):
|
||||||
|
|
Loading…
Reference in a new issue