Add pocompile section to dev buildout.
This commit is contained in:
parent
75a2d17f19
commit
f3ad58959d
5
dev.cfg
5
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}
|
||||
|
Loading…
Reference in New Issue
Block a user