mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 12:10:00 +00: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:
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={
|
||||
|
||||
Reference in New Issue
Block a user