setup: Skip test files

Signed-off-by: 's avatarRobin Hallabro <robin@hallabro.nu>
parent bc7c8a39
......@@ -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={
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment