Skip to content

Commit 4977ea5

Browse files
committed
setup: Skip test files
Signed-off-by: Robin Hallabro <[email protected]>
1 parent bc7c8a3 commit 4977ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def read(*rnames):
3838
author_email='[email protected]',
3939
url='https://github.com/asciimoo/searx',
4040
license='GNU Affero General Public License',
41-
packages=find_packages('.'),
41+
packages=find_packages(exclude=["tests*"]),
4242
zip_safe=False,
4343
install_requires=requirements,
4444
extras_require={

0 commit comments

Comments
 (0)