summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2009-03-30 22:54:40 +0000
committerJames Bennett <ubernostrum@gmail.com>2009-03-30 22:54:40 +0000
commit843a9541eccbf2269a0b5de1e9888ae956bc953e (patch)
treea7468901405242425bd32b86fcd4453b4f5e411b /MANIFEST.in
parenta1e7723c790258c994517eee9dd373d49506d8e9 (diff)
downloaddjango-843a9541eccbf2269a0b5de1e9888ae956bc953e.tar.gz
Ensure Django's test suite is included when we build release packages.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10230 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 57a053454c..e52d680a22 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -10,6 +10,7 @@ recursive-include docs *
recursive-include scripts *
recursive-include examples *
recursive-include extras *
+recursive-include tests *
recursive-include django/conf/locale *
recursive-include django/contrib/admin/templates *
recursive-include django/contrib/admin/media *