From 6a9b97cfadd21dfda45f5f1037fff49fb74359de Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia Date: Wed, 11 Sep 2024 17:31:13 +0200 Subject: [PATCH] Solve issue with python port install. --- source/ports/py_port/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ports/py_port/setup.py b/source/ports/py_port/setup.py index 100795d77..76e4dc2dd 100644 --- a/source/ports/py_port/setup.py +++ b/source/ports/py_port/setup.py @@ -114,7 +114,7 @@ } # Exclude base packages -exclude_packages = ['contrib', 'docs', 'tests', 'CMakeLists.txt'] +exclude_packages = ['contrib', 'docs', 'test', 'CMakeLists.txt'] # TODO: Review helper # # Detect if metacall port is already installed