mirror of
https://github.com/searxng/searxng.git
synced 2026-05-15 23:45:49 +02:00
tests and robot tests framework, build overhaul
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user