summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2011-01-13 10:20:34 -0500
committerLance Stout <lancestout@gmail.com>2011-01-13 10:20:34 -0500
commitb71550cec7c85ceb4126daddbc39ed0d0e93b8d5 (patch)
tree5679328a80f993e23d06f3ec39733e8d69055776 /setup.py
parentba0d699d831975eb4c0f9e5e441bba2972f91806 (diff)
parent7d93d1824be88c170a025d57afd3e54a06712d9d (diff)
downloadslixmpp-b71550cec7c85ceb4126daddbc39ed0d0e93b8d5.tar.gz
slixmpp-b71550cec7c85ceb4126daddbc39ed0d0e93b8d5.tar.bz2
slixmpp-b71550cec7c85ceb4126daddbc39ed0d0e93b8d5.tar.xz
slixmpp-b71550cec7c85ceb4126daddbc39ed0d0e93b8d5.zip
Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b99d1605..45682679 100644
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ packages = [ 'sleekxmpp',
'sleekxmpp/thirdparty',
'sleekxmpp/plugins',
'sleekxmpp/plugins/xep_0030',
- 'sleekxmpp/plugins/xep_0030/stanza'
+ 'sleekxmpp/plugins/xep_0030/stanza',
'sleekxmpp/plugins/xep_0059',
'sleekxmpp/plugins/xep_0092',
]