Add rule to install static files

This commit is contained in:
Benjamin Dauvergne 2014-09-07 01:27:05 +02:00
parent f53c382b71
commit fc7c1855f7
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ setup(name="django-kerberos",
package_data={
'django_kerberos': [
'templates/django_kerberos/*.html',
'static/js/*.js',
],
},
dependency_links=[],