diff options
author | Eric Hansen <ehansen@securityfor.us> | 2013-05-27 06:14:21 -0400 |
---|---|---|
committer | Eric Hansen <ehansen@securityfor.us> | 2013-05-27 06:14:21 -0400 |
commit | 76e07a9089c1edc46fafb66844d1cd4a9660582f (patch) | |
tree | 759610c4553096c08484dc24a97a2411ffe3a9f9 /setup.py | |
parent | 85fd14f47f0911e2242b8c52e8545eab08e09d03 (diff) | |
download | slixmpp-76e07a9089c1edc46fafb66844d1cd4a9660582f.tar.gz slixmpp-76e07a9089c1edc46fafb66844d1cd4a9660582f.tar.bz2 slixmpp-76e07a9089c1edc46fafb66844d1cd4a9660582f.tar.xz slixmpp-76e07a9089c1edc46fafb66844d1cd4a9660582f.zip |
Add xep_0095 and xep_0096 to setup so they are installed into the egg
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -86,6 +86,8 @@ packages = [ 'sleekxmpp', 'sleekxmpp/plugins/xep_0086', 'sleekxmpp/plugins/xep_0091', 'sleekxmpp/plugins/xep_0092', + 'sleekxmpp/plugins/xep_0095', + 'sleekxmpp/plugins/xep_0096', 'sleekxmpp/plugins/xep_0107', 'sleekxmpp/plugins/xep_0108', 'sleekxmpp/plugins/xep_0115', |