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:
Lance Stout 2010-12-16 21:15:13 -05:00
parent 0ea014fe41
commit f9ac95ddb7

View file

@ -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):