Commit ac521026 authored by Justin Bronn's avatar Justin Bronn
Browse files

[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
parent 174f35bd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 *