diff --git a/setup.py b/setup.py index a9823e5c4c..1d5c5a0cda 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ setup( '': ['*.TXT'], 'django.conf': ['locale/*/LC_MESSAGES/*'], 'django.contrib.admin': ['templates/admin/*.html', + 'templates/admin/auth/user/*.html', 'templates/admin_doc/*.html', 'templates/registration/*.html', 'templates/widget/*.html',