mirror of https://github.com/searxng/searxng.git
setup: Skip test files
Signed-off-by: Robin Hallabro <robin@hallabro.nu>
This commit is contained in:
parent
bc7c8a3973
commit
4977ea5405
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 New Issue