summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-09-12 06:39:02 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-09-12 06:39:02 +0000
commitceedef1447a161cf551542084813ab5bb56e8e01 (patch)
tree3aad7657d9ad508a98a2eedc831a9b445c4036cf
parent31744a78cd8fe8b3c9878e8c2219fa63e0078e83 (diff)
[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
-rw-r--r--MANIFEST.in3
1 files changed, 1 insertions, 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 *