diff options
| author | James Bennett <ubernostrum@gmail.com> | 2009-03-30 22:55:56 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2009-03-30 22:55:56 +0000 |
| commit | 86842e21f41602f4f6fbf0e61bf25bc4bc8e9256 (patch) | |
| tree | af7f25536eafa5134ddef585413d20942593d78a | |
| parent | f9582c8f52199aa285153f2720dd946935db2af0 (diff) | |
[1.0.X] Ensure Django's test suite is included when we build release packages. Backport of [10230] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10231 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | MANIFEST.in | 1 |
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 * |
