diff options
| author | Justin Bronn <jbronn@gmail.com> | 2008-11-16 16:39:06 +0000 |
|---|---|---|
| committer | Justin Bronn <jbronn@gmail.com> | 2008-11-16 16:39:06 +0000 |
| commit | 73d32af430ca50b6de3f072aaebd53fb20878c35 (patch) | |
| tree | 10ea0b9b9192532850eaf09cc70388c7cd959891 | |
| parent | f42df5fc3f3591d9f6bb02a37f388b0e9c1a19b4 (diff) | |
[1.0.X] Added GeoDjango template and test data directories to the manifest template so that they are included when building the release tarball with `sdist`.
Backport of r9473 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9474 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | MANIFEST.in | 6 |
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 * |
