summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJustin Bronn <jbronn@gmail.com>2010-01-27 19:42:03 +0000
committerJustin Bronn <jbronn@gmail.com>2010-01-27 19:42:03 +0000
commita6a176013aef229e368408b5d45eaff1321fe156 (patch)
treebedc73a184e40ff32e2d2e36d83795763423e046 /MANIFEST.in
parent9a8449afe1b6d3654799c0b99fb50cd0ad63c747 (diff)
downloaddjango-a6a176013aef229e368408b5d45eaff1321fe156.tar.gz
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
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 0f0c41f618..3fbad67b1d 100644
--- a/MANIFEST.in
+++ b/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 *