Update setup.py with latest plugin packages.

This commit is contained in:
Lance Stout 2011-01-11 11:30:56 -05:00
parent fe3f8dde4b
commit c6ac40c476

View file

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