1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 11:45:18 +03:00
aports/community/py3-scikit-opt/do-not-install-tests.patch
2022-07-19 15:43:56 +00:00

11 lines
352 B
Diff

--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@
author='Guo Fei',
author_email='guofei9987@foxmail.com',
license='MIT',
- packages=find_packages(),
+ packages=find_packages(exclude=("*tests.*", "*tests")),
platforms=['linux', 'windows', 'macos'],
install_requires=['numpy', 'scipy'],
zip_safe=False)