Browse Source

Updated MANIFEST.in to include the GeoDjango test fixture directories.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12311 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Justin Bronn 15 years ago
parent
commit
a6a176013a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      MANIFEST.in

+ 2 - 1
MANIFEST.in

@@ -22,5 +22,6 @@ recursive-include django/contrib/databrowse/templates *
 recursive-include django/contrib/formtools/templates *
 recursive-include django/contrib/gis/templates *
 recursive-include django/contrib/gis/tests/data *
-recursive-include django/contrib/gis/tests/geoapp/sql *
+recursive-include django/contrib/gis/tests/geoapp/fixtures *
+recursive-include django/contrib/gis/tests/geogapp/fixtures *
 recursive-include django/contrib/sitemaps/templates *