summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2006-09-24 12:22:59 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2006-09-24 12:22:59 +0000
commite2664759e6f3c6436f536d5193279472312d2c90 (patch)
tree1775c7e2bda2745b27d337a11beebd4950d56bfe /setup.py
parente0cec60a143cedaf99c781bad284ec3d794a956b (diff)
Fixed #2804 -- Fixed up installation of sitemaps module. Thanks, Maximillian
Dornseif. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3817 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 1d5c5a0cda..a8d3e9fbb7 100644
--- a/setup.py
+++ b/setup.py
@@ -26,6 +26,7 @@ setup(
'media/js/*.js',
'media/js/admin/*js'],
'django.contrib.comments': ['templates/comments/*.html'],
+ 'django.contrib.sitemaps': ['templates/*.xml'],
},
scripts = ['django/bin/django-admin.py'],
zip_safe = False,