mirror of
https://github.com/searxng/searxng
synced 2024-11-07 03:20:28 +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
|