summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJustin Bronn <jbronn@gmail.com>2008-11-17 18:08:42 +0000
committerJustin Bronn <jbronn@gmail.com>2008-11-17 18:08:42 +0000
commiteb90cdf849c51e5153ad88e5820b4f29cb559d5c (patch)
tree39434e12d2b2cfd740472b5cfbf82239c156b163 /MANIFEST.in
parenta70f15b8f19155101bf4769fe88b5d815e7d9249 (diff)
downloaddjango-eb90cdf849c51e5153ad88e5820b4f29cb559d5c.tar.gz
Added the GEOS and GDAL interface licenses to the manifest template.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9480 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 2 insertions, 0 deletions
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 *