Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2018-12-21 03:32:04 +0300
committerPhilipp Hörist <philipp@hoerist.com>2018-12-21 09:37:34 +0300
commit6016d303a21d48ad30dad5b1c6f003bf19165a19 (patch)
tree390f131142db286b61de8974864dfdacd93dddad /setup.py
parent6b2a9da405c02434831465b9b76cf18deb837636 (diff)
Add EME (XEP-0380) module
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e4f42fd..9b28e52 100755
--- a/setup.py
+++ b/setup.py
@@ -8,5 +8,5 @@ setup(name='nbxmpp',
author='Yann Leboulanger',
author_email='asterix@lagaule.org',
url='http://dev.gajim.org/gajim/python-nbxmpp',
- packages=['nbxmpp'],
+ packages=['nbxmpp', 'nbxmpp.modules'],
)