minimal.cfg 215B

1234567891011121314151617
  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
  12. entry-points =
  13. searx-run=searx.webapp:run