From ceedef1447a161cf551542084813ab5bb56e8e01 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sun, 12 Sep 2010 06:39:02 +0000 Subject: [PATCH] [1.2.X] More cleanups for the manifest file. Backport of r13760 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13761 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- MANIFEST.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index be5f30b796..d12b2523cd 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,11 +5,10 @@ include LICENSE include MANIFEST.in include django/contrib/gis/gdal/LICENSE include django/contrib/gis/geos/LICENSE -include django/dispatch/LICENSE.txt +include django/dispatch/license.txt include django/utils/simplejson/LICENSE.txt recursive-include docs * recursive-include scripts * -recursive-include examples * recursive-include extras * recursive-include tests * recursive-include django/conf/locale *