From bcb4693e1d53c7a216804072649dd801628e4fa8 Mon Sep 17 00:00:00 2001 From: Justin Bronn Date: Sun, 16 Nov 2008 16:27:36 +0000 Subject: Added GeoDjango template and test data directories to the manifest template so that they are included when building the release tarball with `sdist`. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9473 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- MANIFEST.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 57ce1170a8..5f53e36014 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -13,4 +13,10 @@ recursive-include django/contrib/admin/media * recursive-include django/contrib/admindocs/templates * recursive-include django/contrib/comments/templates * recursive-include django/contrib/databrowse/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/layermap/cities * +recursive-include django/contrib/gis/tests/layermap/counties * +recursive-include django/contrib/gis/tests/layermap/interstates * recursive-include django/contrib/sitemaps/templates * -- cgit v1.2.1