diff --git a/MANIFEST.in b/MANIFEST.in index c07a348..d4560bd 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,6 @@ include COPYING recursive-include src/authentic2_auth_fc/templates *.html -recursive-include src/authentic2_auth_fc/static *.css *.png *.svg +recursive-include src/authentic2_auth_fc/static *.css *.png *.svg *.js recursive-include src/authentic2_auth_fc/locale *.po *.mo recursive-include src/authentic2_auth_fc *.json include VERSION diff --git a/setup.py b/setup.py index a5c52db..530224d 100755 --- a/setup.py +++ b/setup.py @@ -104,6 +104,7 @@ setup(name='authentic2-auth-fc', 'authentic2_auth_fc': [ 'templates/authentic2_auth_fc/*.html', 'static/authentic2_auth_fc/css/*.css', + 'static/authentic2_auth_fc/js/*.js', 'static/authentic2_auth_fc/img/*.png', 'static/authentic2_auth_fc/img/*.svg', 'locale/fr/LC_MESSAGES/django.po',