Django

Code

Changeset 9474

Show
Ignore:
Timestamp:
11/16/08 10:39:06 (2 months ago)
Author:
jbronn
Message:

[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.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/releases/1.0.X/MANIFEST.in

    r8423 r9474  
    1414recursive-include django/contrib/comments/templates * 
    1515recursive-include django/contrib/databrowse/templates * 
     16recursive-include django/contrib/gis/templates * 
     17recursive-include django/contrib/gis/tests/data * 
     18recursive-include django/contrib/gis/tests/geoapp/sql * 
     19recursive-include django/contrib/gis/tests/layermap/cities * 
     20recursive-include django/contrib/gis/tests/layermap/counties * 
     21recursive-include django/contrib/gis/tests/layermap/interstates * 
    1622recursive-include django/contrib/sitemaps/templates *