diff --git a/setup.py b/setup.py index 5d36eb1..8fe022c 100755 --- a/setup.py +++ b/setup.py @@ -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', ],