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',
|
||||
'sleekxmpp/plugins',
|
||||
'sleekxmpp/stanza',
|
||||
'sleekxmpp/test',
|
||||
'sleekxmpp/xmlstream',
|
||||
'sleekxmpp/xmlstream/matcher',
|
||||
'sleekxmpp/xmlstream/handler',
|
||||
'sleekxmpp/thirdparty',
|
||||
'sleekxmpp/plugins',
|
||||
'sleekxmpp/plugins/xep_0030',
|
||||
'sleekxmpp/plugins/xep_0030/stanza'
|
||||
]
|
||||
|
||||
if sys.version_info < (3, 0):
|
||||
|
|
Loading…
Reference in a new issue