minimal.cfg 169B

123456789101112131415
  1. [buildout]
  2. extends = base.cfg
  3. develop = .
  4. eggs =
  5. searx
  6. parts +=
  7. pyscripts
  8. [pyscripts]
  9. recipe = zc.recipe.egg:script
  10. eggs = ${buildout:eggs}
  11. interpreter = py