build: use include_package_data=True to get templates installed

This commit is contained in:
Frédéric Péters 2016-01-05 15:16:09 +01:00
parent 6fada57b12
commit 3005276bdb
1 changed files with 1 additions and 10 deletions

View File

@ -99,16 +99,7 @@ setup(name='authentic2-beid',
package_dir={
'': 'src',
},
package_data={
'authentic2_beid': [
'locale/fr/LC_MESSAGES/*.po',
'locale/fr/LC_MESSAGES/*.mo',
'templates/authentic2_beid/*.html',
'static/authentic2_beid/js/*.js',
'static/authentic2_beid/css/*.css',
'static/authentic2_beid/img/*.png',
],
},
include_package_data=True,
install_requires=[
'authentic2',
],