summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2006-11-29 20:11:43 +0000
committerJason Pellerin <jpellerin@gmail.com>2006-11-29 20:11:43 +0000
commit9a01534370a272e59f2bb64251d1f46218a32516 (patch)
tree1d0dcb7b5985f555a422f075eeffce14128dec29 /setup.py
parent08fe1b64afbb237e4e6c74bf22be80f2b7f3977e (diff)
[multi-db] Merge trunk to [3825]. Some tests still failing. (previous commit was from tests/ dir only)
git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@4141 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,