summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-08-05 01:45:26 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-08-05 01:45:26 +0000
commit9fd211d073475e08288346040412575f577d85f9 (patch)
tree31bd7c67daf0f96c484e548b7eebbe37afd90e66 /setup.py
parent243912b255c5ccffd08527955da489e217aac062 (diff)
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
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
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',