summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-09-10 19:21:31 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-09-10 19:21:31 +0000
commitdee7ef802d386951faef012c80a2a668b1926a78 (patch)
tree4a7756c7b9ad839696943e54c58a6017104f5c17 /MANIFEST.in
parent6ad4b328fa3f9eef84649f885be868316e672fa9 (diff)
downloaddjango-dee7ef802d386951faef012c80a2a668b1926a78.tar.gz
Fixed #14245 -- Added some files and paths missing from the MANIFEST.in. Thanks to pmclanahan for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13719 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 *