From a6a176013aef229e368408b5d45eaff1321fe156 Mon Sep 17 00:00:00 2001 From: Justin Bronn Date: Wed, 27 Jan 2010 19:42:03 +0000 Subject: 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 --- MANIFEST.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'MANIFEST.in') 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 * -- cgit v1.2.1