From f3ad58959d2536747a843d7bf758642a06c86c1f Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Thu, 24 Nov 2011 08:22:23 +0100 Subject: [PATCH] Add pocompile section to dev buildout. --- dev.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev.cfg b/dev.cfg index 4fb7acc..9d60e49 100644 --- a/dev.cfg +++ b/dev.cfg @@ -15,6 +15,7 @@ auto-checkout = parts += omelette releaser + pocompile zopepy sphinxbuilder sphinxupload @@ -43,6 +44,10 @@ packages = ${instance:location}/lib/python ./ recipe = zc.recipe.egg eggs = jarn.mkrelease +[pocompile] +recipe = zc.recipe.egg +eggs = zest.pocompile + [zopepy] recipe = zc.recipe.egg eggs = ${instance:eggs}