mirror of
https://github.com/searxng/searxng.git
synced 2024-11-26 21:01:01 +00:00
Merge branch 'master' into engines/unsplash
This commit is contained in:
commit
e946350b4e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -38,7 +38,7 @@ setup(
|
|||
author_email='asciimoo@gmail.com',
|
||||
url='https://github.com/asciimoo/searx',
|
||||
license='GNU Affero General Public License',
|
||||
packages=find_packages('.'),
|
||||
packages=find_packages(exclude=["tests*"]),
|
||||
zip_safe=False,
|
||||
install_requires=requirements,
|
||||
extras_require={
|
||||
|
|
Loading…
Reference in a new issue