Author: russellm Date: 2010-08-05 08:01:10 -0500 (Thu, 05 Aug 2010) New Revision: 13488
Modified: django/branches/releases/1.2.X/setup.cfg Log: [1.2.X] Fixed #13153 -- Removed a stale reference to the examples directory in setup.cfg. Thanks to [email protected] for the report. Backport of r13487 from trunk. Modified: django/branches/releases/1.2.X/setup.cfg =================================================================== --- django/branches/releases/1.2.X/setup.cfg 2010-08-05 13:00:09 UTC (rev 13487) +++ django/branches/releases/1.2.X/setup.cfg 2010-08-05 13:01:10 UTC (rev 13488) @@ -1,4 +1,4 @@ [bdist_rpm] -doc_files = docs examples extras AUTHORS INSTALL LICENSE README +doc_files = docs extras AUTHORS INSTALL LICENSE README install-script = scripts/rpm-install.sh -- 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.
