summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-06-02 03:56:51 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-06-02 03:56:51 +0000
commitfe4139de318c7887ad465b6a8ea5e5ac13c1bce6 (patch)
tree252731868afc11bb6a076ed96d9cc617ef0c429e /setup.py
parent8b38cff1b05372d4bcef3800944326f02e9b94bd (diff)
Fixed #2065 -- Changed setup.py to install django.contrib.comments templates. Thanks, Fawad Halim
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3053 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 a872eb10cc..790d19177b 100644
--- a/setup.py
+++ b/setup.py
@@ -52,6 +52,7 @@ setup(
'media/img/admin/*.png',
'media/js/*.js',
'media/js/admin/*js'],
+ 'django.contrib.comments': ['templates/comments/*.html'],
},
scripts = ['django/bin/django-admin.py'],
zip_safe = False,