summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJustin Bronn <jbronn@gmail.com>2008-11-16 16:27:36 +0000
committerJustin Bronn <jbronn@gmail.com>2008-11-16 16:27:36 +0000
commitbcb4693e1d53c7a216804072649dd801628e4fa8 (patch)
tree8818c4f3ac6d41dd5390a63eeb4bb333ed78bee9 /MANIFEST.in
parenta573f4c029227e5319e966278e5e3cffe76e1224 (diff)
downloaddjango-bcb4693e1d53c7a216804072649dd801628e4fa8.tar.gz
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
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in6
1 files changed, 6 insertions, 0 deletions
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 *