summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorUroš Trebec <uros.trebec@gmail.com>2006-08-14 00:32:07 +0000
committerUroš Trebec <uros.trebec@gmail.com>2006-08-14 00:32:07 +0000
commitca86ceec83044fbfd76d1559b6d2a7da35019c10 (patch)
treee843303cafa651881fd1466d26b4d5fccaeaf780 /setup.py
parentb1f4974bef28b3c28089accda60506f67af80462 (diff)
[full-history] Trunk merge from [3577]
git-svn-id: http://code.djangoproject.com/svn/django/branches/full-history@3580 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',