mirror of
https://github.com/searxng/searxng.git
synced 2025-07-15 01:09:21 +02:00
fix: robot fw, entry points, some flake8, package searx egg
This commit is contained in:
parent
b7fa79081f
commit
dd4662978d
17 changed files with 293 additions and 130 deletions
15
setup.py
15
setup.py
|
@ -49,4 +49,19 @@ setup(
|
|||
'zope.testrunner',
|
||||
]
|
||||
},
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'searx-run = searx.webapp:run'
|
||||
]
|
||||
},
|
||||
package_data={
|
||||
'searx': [
|
||||
'settings.yml',
|
||||
'../README.md',
|
||||
'static/*/*',
|
||||
'templates/*.html',
|
||||
'templates/result_templates/*.html',
|
||||
],
|
||||
},
|
||||
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue