Install the tabs module with setup.py too

This commit is contained in:
mathieui 2014-04-01 21:41:05 +02:00
parent 02d9fd9ad4
commit d353584abd

2
setup.py Normal file → Executable file
View file

@ -49,7 +49,7 @@ setup(name="poezio",
'Programming Language :: Python :: 3'
],
keywords = ['jabber', 'xmpp', 'client', 'chat', 'im', 'console'],
packages = ['poezio', 'poezio_plugins', 'poezio_plugins.gpg', 'poezio_themes'],
packages = ['poezio', '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'],