diff --git a/MANIFEST.in b/MANIFEST.in index 451ac0201..c07a348a1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,7 @@ include COPYING recursive-include src/authentic2_auth_fc/templates *.html -recursive-include src/authentic2_auth_fc/static *.js *.css *.png *.gif *.jpg *.svg +recursive-include src/authentic2_auth_fc/static *.css *.png *.svg recursive-include src/authentic2_auth_fc/locale *.po *.mo +recursive-include src/authentic2_auth_fc *.json include VERSION include MANIFEST.in diff --git a/setup.py b/setup.py index e386b80e1..e6eeb2871 100755 --- a/setup.py +++ b/setup.py @@ -103,18 +103,12 @@ setup(name='authentic2-auth-fc', package_data={ 'authentic2_auth_fc': [ 'templates/authentic2_auth_fc/*.html', - 'static/authentic2_auth_fc/js/*.js', 'static/authentic2_auth_fc/css/*.css', 'static/authentic2_auth_fc/img/*.png', - 'static/authentic2_auth_fc/img/*.jpg', - 'static/authentic2_auth_fc/img/*.gif', 'static/authentic2_auth_fc/img/*.svg', - 'static/authentic2_auth_fc/img/bg/*.png', - 'static/authentic2_auth_fc/img/bg/*.jpg', - 'static/authentic2_auth_fc/img/bg/*.gif', - 'static/authentic2_auth_fc/img/bg/*.svg', 'locale/fr/LC_MESSAGES/django.po', 'locale/fr/LC_MESSAGES/django.mo', + '*.json', ], }, install_requires=[