Include module static files in build

"./setup.py install" already handles this correctly, but needs to be
explicity listed for git-buildpackage to include the files in the
debian package.
This commit is contained in:
James Valleroy 2016-09-24 09:50:37 -04:00 committed by Sunil Mohan Adapa
parent 18e76a0938
commit c8cfcd03d9
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -192,6 +192,7 @@ setuptools.setup(
tests_require=['coverage >= 3.7'],
include_package_data=True,
package_data={'plinth': ['templates/*',
'modules/*/static/*',
'modules/*/templates/*',
'locale/*/LC_MESSAGES/*.[pm]o']},
data_files=[('/usr/lib/firewalld/services/',