mirror of
https://github.com/searxng/searxng.git
synced 2025-07-19 03:09:25 +02:00
Add searx_extra package
Split the utils directory into: * searx_extra contains update scripts, standalone_searx.py * utils contains the files to build and setup searx.
This commit is contained in:
parent
111d38cd8f
commit
b8cd326464
21 changed files with 47 additions and 75 deletions
2
setup.py
2
setup.py
|
@ -41,7 +41,7 @@ setup(
|
|||
author='Adam Tauber',
|
||||
author_email='asciimoo@gmail.com',
|
||||
license='GNU Affero General Public License',
|
||||
packages=find_packages(exclude=["tests*"]),
|
||||
packages=find_packages(exclude=["tests*", "searx_extra"]),
|
||||
zip_safe=False,
|
||||
install_requires=requirements,
|
||||
extras_require={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue