Merge pull request #1430 from hallabro/setup-no-tests

setup: Skip test files
dependabot/pip/master/sphinx-6.1.3
Noémi Ványi 6 years ago committed by GitHub
commit 89dd3dd93f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save