Add the core module to the setup.py
This commit is contained in:
parent
673788bf46
commit
5b8c236daa
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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'],
|
||||
|
|
Loading…
Reference in a new issue