summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorKaren Tracey <kmtracey@gmail.com>2011-03-05 18:20:59 +0000
committerKaren Tracey <kmtracey@gmail.com>2011-03-05 18:20:59 +0000
commit535dc08fcf639a6c9d78961ff981ba38dcdda96d (patch)
tree04e9ef863cf5fdd70796910b99d8551138ceabdb /MANIFEST.in
parent4772adf88e260c285ffbe6a7977ba98b4138edb1 (diff)
downloaddjango-535dc08fcf639a6c9d78961ff981ba38dcdda96d.tar.gz
Add formtools test templates to MANIFEST.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15762 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 001612ee73..9a3934e398 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -21,6 +21,7 @@ recursive-include django/contrib/auth/tests/templates *
recursive-include django/contrib/comments/templates *
recursive-include django/contrib/databrowse/templates *
recursive-include django/contrib/formtools/templates *
+recursive-include django/contrib/formtools/tests/templates *
recursive-include django/contrib/flatpages/fixtures *
recursive-include django/contrib/flatpages/tests/templates *
recursive-include django/contrib/gis/templates *