Author: russellm Date: 2010-08-05 08:00:09 -0500 (Thu, 05 Aug 2010) New Revision: 13487
Modified: django/trunk/setup.cfg Log: Fixed #13153 -- Removed a stale reference to the examples directory in setup.cfg. Thanks to [email protected] for the report. Modified: django/trunk/setup.cfg =================================================================== --- django/trunk/setup.cfg 2010-08-05 12:53:27 UTC (rev 13486) +++ django/trunk/setup.cfg 2010-08-05 13:00:09 UTC (rev 13487) @@ -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.
