setup: Skip test files

Signed-off-by: Robin Hallabro <robin@hallabro.nu>
This commit is contained in:
Robin Hallabro 2018-11-03 16:00:21 +01:00
parent bc7c8a3973
commit 4977ea5405
No known key found for this signature in database
GPG Key ID: 02E221882616B4EB
1 changed files with 1 additions and 1 deletions

View File

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