mirror of
https://github.com/searxng/searxng
synced 2024-11-01 15:40:29 +00:00
18 lines
215 B
INI
18 lines
215 B
INI
[buildout]
|
|
extends = base.cfg
|
|
develop = .
|
|
|
|
eggs =
|
|
searx
|
|
|
|
parts +=
|
|
pyscripts
|
|
|
|
|
|
[pyscripts]
|
|
recipe = zc.recipe.egg:script
|
|
eggs = ${buildout:eggs}
|
|
interpreter = py
|
|
entry-points =
|
|
searx-run=searx.webapp:run
|