summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-08-17 05:43:34 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-08-17 05:43:34 +0000
commita80a5ae46f0a34d73c381f425ba3aa68709ae03b (patch)
tree53edfb80483087e85ec8089d4bbd84e21b18873a /MANIFEST.in
parent4ecdbc52afe00ef996b25a5066519d0a700ef25a (diff)
downloaddjango-a80a5ae46f0a34d73c381f425ba3aa68709ae03b.tar.gz
Fixed #8374 -- Add the admindocs/templates/ directory to the source tarball
that is built. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8423 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 06a6021a95..57ce1170a8 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -10,6 +10,7 @@ recursive-include extras *
recursive-include django/conf/locale *
recursive-include django/contrib/admin/templates *
recursive-include django/contrib/admin/media *
+recursive-include django/contrib/admindocs/templates *
recursive-include django/contrib/comments/templates *
recursive-include django/contrib/databrowse/templates *
recursive-include django/contrib/sitemaps/templates *