use include_package_data=True to get all resources (#35042)

This commit is contained in:
Frédéric Péters 2019-08-06 08:31:04 +02:00
parent 7da44ffd33
commit 074df60b10
1 changed files with 1 additions and 10 deletions

View File

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