summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-09-10 19:22:06 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-09-10 19:22:06 +0000
commitde91b33a7888640142d10e9a82db39597e01182d (patch)
tree0f9d01a29312a6dd0e208a79b01b01cbf6fdbafe /MANIFEST.in
parent924ae1a09c0e0fd470f9f80debe7466a193bb54d (diff)
[1.2.X] Fixed #14245 -- Added some files and paths missing from the MANIFEST.in. Thanks to pmclanahan for the report.
Backport of r13719 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13720 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 3fbad67b1d..be5f30b796 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -3,9 +3,10 @@ include AUTHORS
include INSTALL
include LICENSE
include MANIFEST.in
-include django/utils/simplejson/LICENSE.txt
include django/contrib/gis/gdal/LICENSE
include django/contrib/gis/geos/LICENSE
+include django/dispatch/LICENSE.txt
+include django/utils/simplejson/LICENSE.txt
recursive-include docs *
recursive-include scripts *
recursive-include examples *
@@ -20,6 +21,8 @@ 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/flatpages/fixtures *
+recursive-include django/contrib/flatpages/tests/templates *
recursive-include django/contrib/gis/templates *
recursive-include django/contrib/gis/tests/data *
recursive-include django/contrib/gis/tests/geoapp/fixtures *