diff --git a/setup.py b/setup.py index a309132..150c616 100755 --- a/setup.py +++ b/setup.py @@ -57,6 +57,7 @@ setup(name="django-kerberos", package_data={ 'django_kerberos': [ 'templates/django_kerberos/*.html', + 'static/js/*.js', ], }, dependency_links=[],