diff options
author | Matej Cotman <cotman.matej@gmail.com> | 2014-01-12 12:40:27 +0100 |
---|---|---|
committer | Matej Cotman <cotman.matej@gmail.com> | 2014-01-14 23:31:15 +0100 |
commit | e740c8a8ea7dc4bbda7dab9a63ec476167c209ef (patch) | |
tree | 19fc35d68eb6570b4d4c8b04cf1f82a7d304dddc /production.cfg | |
parent | 348187cff9bc3c55c1327f3d7177e6d1a61b8430 (diff) | |
download | searxng-e740c8a8ea7dc4bbda7dab9a63ec476167c209ef.tar.gz searxng-e740c8a8ea7dc4bbda7dab9a63ec476167c209ef.zip |
tests and robot tests framework, build overhaul
Diffstat (limited to 'production.cfg')
-rw-r--r-- | production.cfg | 17 |
1 files changed, 17 insertions, 0 deletions
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 |