1
0
mirror of https://github.com/django/django.git synced 2025-07-21 01:59:26 +00:00

[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
This commit is contained in:
Justin Bronn 2008-11-16 16:39:06 +00:00
parent f42df5fc3f
commit 73d32af430

View File

@ -13,4 +13,10 @@ recursive-include django/contrib/admin/media *
recursive-include django/contrib/admindocs/templates * recursive-include django/contrib/admindocs/templates *
recursive-include django/contrib/comments/templates * recursive-include django/contrib/comments/templates *
recursive-include django/contrib/databrowse/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 * recursive-include django/contrib/sitemaps/templates *