setup.py: distribute templates in template/django_kerberos

This commit is contained in:
Benjamin Dauvergne 2015-10-31 12:15:31 +01:00
parent 0db40c0b55
commit 39066255bc
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ setup(name='authentic2-auth-kerberos',
package_data={
'authentic2_auth_kerberos': [
'templates/authentic2_auth_kerberos/*.html',
'templates/django_kerberos/*.html',
'static/authentic2_auth_kerberos/js/*.js',
'static/authentic2_auth_kerberos/css/*.css',
'static/authentic2_auth_kerberos/img/*.png',