瀏覽代碼

Fixed #14245 -- Added some files and paths missing from the MANIFEST.in. Thanks to pmclanahan for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13719 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Russell Keith-Magee 14 年之前
父節點
當前提交
dee7ef802d
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      MANIFEST.in

+ 4 - 1
MANIFEST.in

@@ -3,9 +3,10 @@ include AUTHORS
 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
+include django/dispatch/LICENSE.txt
+include django/utils/simplejson/LICENSE.txt
 recursive-include docs *
 recursive-include scripts *
 recursive-include examples *
@@ -20,6 +21,8 @@ recursive-include django/contrib/auth/tests/templates *
 recursive-include django/contrib/comments/templates *
 recursive-include django/contrib/databrowse/templates *
 recursive-include django/contrib/formtools/templates *
+recursive-include django/contrib/flatpages/fixtures *
+recursive-include django/contrib/flatpages/tests/templates *
 recursive-include django/contrib/gis/templates *
 recursive-include django/contrib/gis/tests/data *
 recursive-include django/contrib/gis/tests/geoapp/fixtures *