Add the core module to the setup.py

This commit is contained in:
mathieui 2014-04-05 17:53:51 +02:00
parent 673788bf46
commit 5b8c236daa

View file

@ -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'],