Browse Source

More cleanups for the manifest file.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13760 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Russell Keith-Magee 14 years ago
parent
commit
5501238bc0
1 changed files with 1 additions and 2 deletions
  1. 1 2
      MANIFEST.in

+ 1 - 2
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 *