[Checkins] SVN: zc.buildout/branches/reinout-scripts/buildout.cfg Added pyflakes and docutils to buildout to demonstrate working of the branch

Reinout van Rees reinout at vanrees.org
Fri Sep 4 07:55:27 EDT 2009


Log message for revision 103531:
  Added pyflakes and docutils to buildout to demonstrate working of the branch

Changed:
  U   zc.buildout/branches/reinout-scripts/buildout.cfg

-=-
Modified: zc.buildout/branches/reinout-scripts/buildout.cfg
===================================================================
--- zc.buildout/branches/reinout-scripts/buildout.cfg	2009-09-04 11:51:23 UTC (rev 103530)
+++ zc.buildout/branches/reinout-scripts/buildout.cfg	2009-09-04 11:55:27 UTC (rev 103531)
@@ -6,6 +6,10 @@
 recipe = zc.recipe.egg
 eggs = zc.buildout
        zope.testing
+# The following two are here for demonstration purposes: to show that
+# distutils-style script generation works:
+       pyflakes
+       docutils
 interpreter = py
 
 [test]



More information about the checkins mailing list