Add the windows module to the setup.py
This commit is contained in:
parent
950a864d2f
commit
72c7a3c355
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -49,7 +49,8 @@ setup(name="poezio",
|
||||||
'Programming Language :: Python :: 3'
|
'Programming Language :: Python :: 3'
|
||||||
],
|
],
|
||||||
keywords = ['jabber', 'xmpp', 'client', 'chat', 'im', 'console'],
|
keywords = ['jabber', 'xmpp', 'client', 'chat', 'im', 'console'],
|
||||||
packages = ['poezio', 'poezio.core', 'poezio.tabs', 'poezio_plugins', 'poezio_plugins.gpg', 'poezio_themes'],
|
packages = ['poezio', 'poezio.core', 'poezio.tabs', 'poezio.windows',
|
||||||
|
'poezio_plugins', 'poezio_plugins.gpg', 'poezio_themes'],
|
||||||
package_dir = {'poezio': 'src', 'poezio_plugins': 'plugins', 'poezio_themes': 'data/themes'},
|
package_dir = {'poezio': 'src', 'poezio_plugins': 'plugins', 'poezio_themes': 'data/themes'},
|
||||||
package_data = {'poezio': ['default_config.cfg']},
|
package_data = {'poezio': ['default_config.cfg']},
|
||||||
scripts = ['scripts/poezio', 'scripts/poezio_gpg_export'],
|
scripts = ['scripts/poezio', 'scripts/poezio_gpg_export'],
|
||||||
|
|
Loading…
Reference in a new issue