setup: Skip test files

Signed-off-by: Robin Hallabro <robin@hallabro.nu>
dependabot/pip/master/sphinx-6.1.3
Robin Hallabro 6 years ago
parent bc7c8a3973
commit 4977ea5405
No known key found for this signature in database
GPG Key ID: 02E221882616B4EB

@ -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