From ac521026db1890831c9e0cff0f547f46599e8466 Mon Sep 17 00:00:00 2001 From: Justin Bronn Date: Mon, 17 Nov 2008 18:12:28 +0000 Subject: [PATCH] [1.0.X] Added the GEOS and GDAL interface licenses to the manifest template. Backport of r9480 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9481 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index b8b0bce201..57a053454c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,6 +4,8 @@ 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 recursive-include docs * recursive-include scripts * recursive-include examples *