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
This commit is contained in:
Justin Bronn 2010-01-27 19:42:03 +00:00
parent 9a8449afe1
commit a6a176013a
1 changed files with 2 additions and 1 deletions

View File

@ -22,5 +22,6 @@ recursive-include django/contrib/databrowse/templates *
recursive-include django/contrib/formtools/templates * recursive-include django/contrib/formtools/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/geoapp/sql * recursive-include django/contrib/gis/tests/geoapp/fixtures *
recursive-include django/contrib/gis/tests/geogapp/fixtures *
recursive-include django/contrib/sitemaps/templates * recursive-include django/contrib/sitemaps/templates *