summaryrefslogtreecommitdiff
path: root/buildout.cfg
diff options
context:
space:
mode:
authorMatej Cotman <cotman.matej@gmail.com>2014-01-19 22:59:01 +0100
committerMatej Cotman <cotman.matej@gmail.com>2014-01-20 01:06:29 +0100
commitdd4662978dd74c0dce089790689fe0a8a4f9bb16 (patch)
treef10d4c2cff38a66c01fe763ee666361ec6975581 /buildout.cfg
parentb7fa79081f3c7c9ce2974c406e07b1e48cb9534a (diff)
downloadsearxng-dd4662978dd74c0dce089790689fe0a8a4f9bb16.tar.gz
searxng-dd4662978dd74c0dce089790689fe0a8a4f9bb16.zip
fix: robot fw, entry points, some flake8, package searx egg
Diffstat (limited to 'buildout.cfg')
-rw-r--r--buildout.cfg2
1 files changed, 0 insertions, 2 deletions
diff --git a/buildout.cfg b/buildout.cfg
index 54a095eff..b9e6d24ed 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -16,8 +16,6 @@ recipe = zc.recipe.egg:script
eggs = ${buildout:eggs}
interpreter = py
dependent-scripts = true
-entry-points =
- searx-run=searx.webapp:run
[robot]