Author: russellm Date: 2010-09-12 01:39:02 -0500 (Sun, 12 Sep 2010) New Revision: 13761
Modified: django/branches/releases/1.2.X/MANIFEST.in Log: [1.2.X] More cleanups for the manifest file. Backport of r13760 from trunk. Modified: django/branches/releases/1.2.X/MANIFEST.in =================================================================== --- django/branches/releases/1.2.X/MANIFEST.in 2010-09-12 06:37:39 UTC (rev 13760) +++ django/branches/releases/1.2.X/MANIFEST.in 2010-09-12 06:39:02 UTC (rev 13761) @@ -5,11 +5,10 @@ include MANIFEST.in include django/contrib/gis/gdal/LICENSE include django/contrib/gis/geos/LICENSE -include django/dispatch/LICENSE.txt +include django/dispatch/license.txt include django/utils/simplejson/LICENSE.txt recursive-include docs * recursive-include scripts * -recursive-include examples * recursive-include extras * recursive-include tests * recursive-include django/conf/locale * -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
