瀏覽代碼

Added GIS test fixture directories to the MANIFEST.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15860 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Justin Bronn 14 年之前
父節點
當前提交
274849c873
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      MANIFEST.in

+ 2 - 0
MANIFEST.in

@@ -26,7 +26,9 @@ recursive-include django/contrib/flatpages/fixtures *
 recursive-include django/contrib/flatpages/tests/templates *
 recursive-include django/contrib/flatpages/tests/templates *
 recursive-include django/contrib/gis/templates *
 recursive-include django/contrib/gis/templates *
 recursive-include django/contrib/gis/tests/data *
 recursive-include django/contrib/gis/tests/data *
+recursive-include django/contrib/gis/tests/distapp/fixtures *
 recursive-include django/contrib/gis/tests/geoapp/fixtures *
 recursive-include django/contrib/gis/tests/geoapp/fixtures *
 recursive-include django/contrib/gis/tests/geogapp/fixtures *
 recursive-include django/contrib/gis/tests/geogapp/fixtures *
+recursive-include django/contrib/gis/tests/relatedapp/fixtures *
 recursive-include django/contrib/sitemaps/templates *
 recursive-include django/contrib/sitemaps/templates *
 recursive-include django/contrib/sitemaps/tests/templates *
 recursive-include django/contrib/sitemaps/tests/templates *