From 9fd211d073475e08288346040412575f577d85f9 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sat, 5 Aug 2006 01:45:26 +0000 Subject: [PATCH] Fixed #61 -- Added admin/auth/user/*.html to setup.py git-svn-id: http://code.djangoproject.com/svn/django/trunk@3524 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- setup.py | 1 + 1 file changed, 1 insertion(+) 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',