summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-03-08 16:21:22 -0800
committerLance Stout <lancestout@gmail.com>2012-03-08 16:21:22 -0800
commiteb1a32fc90eff6c13611b6cc53d66411387fa120 (patch)
tree7fce6e3cfbf7b9d27ce716bfda1506db63441ffb /setup.py
parent4610a6615c04c95a73b3fe0771e5a07f68a20d5c (diff)
downloadslixmpp-eb1a32fc90eff6c13611b6cc53d66411387fa120.tar.gz
slixmpp-eb1a32fc90eff6c13611b6cc53d66411387fa120.tar.bz2
slixmpp-eb1a32fc90eff6c13611b6cc53d66411387fa120.tar.xz
slixmpp-eb1a32fc90eff6c13611b6cc53d66411387fa120.zip
Fix setup.py to include the rosterver stream feature plugin.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 902c957e..8c5594e0 100755
--- a/setup.py
+++ b/setup.py
@@ -84,6 +84,7 @@ packages = [ 'sleekxmpp',
'sleekxmpp/features/feature_starttls',
'sleekxmpp/features/feature_bind',
'sleekxmpp/features/feature_session',
+ 'sleekxmpp/features/feature_rosterver',
'sleekxmpp/thirdparty',
'sleekxmpp/thirdparty/suelta',
'sleekxmpp/thirdparty/suelta/mechanisms',