From e740c8a8ea7dc4bbda7dab9a63ec476167c209ef Mon Sep 17 00:00:00 2001 From: Matej Cotman Date: Sun, 12 Jan 2014 12:40:27 +0100 Subject: tests and robot tests framework, build overhaul --- production.cfg | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 production.cfg (limited to 'production.cfg') diff --git a/production.cfg b/production.cfg new file mode 100644 index 000000000..c2a4f5a8d --- /dev/null +++ b/production.cfg @@ -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 -- cgit v1.2.3