diff options
author | mathieui <mathieui@mathieui.net> | 2014-04-05 17:53:51 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-04-05 17:53:51 +0200 |
commit | 5b8c236daa2641f3b52f61f88029fe4e543b674f (patch) | |
tree | b23f71ff12e231ed9a407a58718bb3105daf3285 | |
parent | 673788bf46c71a9945d65b91bb1ba03e463ea31e (diff) | |
download | poezio-5b8c236daa2641f3b52f61f88029fe4e543b674f.tar.gz poezio-5b8c236daa2641f3b52f61f88029fe4e543b674f.tar.bz2 poezio-5b8c236daa2641f3b52f61f88029fe4e543b674f.tar.xz poezio-5b8c236daa2641f3b52f61f88029fe4e543b674f.zip |
Add the core module to the setup.py
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ setup(name="poezio", 'Programming Language :: Python :: 3' ], keywords = ['jabber', 'xmpp', 'client', 'chat', 'im', 'console'], - packages = ['poezio', 'poezio.tabs', 'poezio_plugins', 'poezio_plugins.gpg', 'poezio_themes'], + packages = ['poezio', 'poezio.core', 'poezio.tabs', 'poezio_plugins', 'poezio_plugins.gpg', 'poezio_themes'], package_dir = {'poezio': 'src', 'poezio_plugins': 'plugins', 'poezio_themes': 'data/themes'}, package_data = {'poezio': ['default_config.cfg']}, scripts = ['scripts/poezio', 'scripts/poezio_gpg_export'], |