From 535dc08fcf639a6c9d78961ff981ba38dcdda96d Mon Sep 17 00:00:00 2001 From: Karen Tracey Date: Sat, 5 Mar 2011 18:20:59 +0000 Subject: [PATCH] Add formtools test templates to MANIFEST. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15762 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 001612ee73e..9a3934e3984 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 *