Add the windows module to the setup.py

This commit is contained in:
mathieui 2014-05-05 23:30:56 +02:00
parent 950a864d2f
commit 72c7a3c355

View file

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