From 45b19980cb66f328c760261a454afa7eaaaff9a7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire=20Kubler?= <gregoire.kubler@proton.me>
Date: Fri, 17 May 2024 10:45:00 +0200
Subject: [PATCH] fix : uncommented comment + SEARCH PATH

---
 pyproject.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 7aff831..b20e5d8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -31,7 +31,7 @@ where = ["."]  # list of folders that contain the packages (["."] by default)
 include = ["aidge_backend_opencv*"]  # package names should match these glob patterns (["*"] by default)
 exclude = ["aidge_backend_opencv.unit_tests*"]  # exclude packages matching these glob patterns (empty by default)
 namespaces = false  # to disable scanning PEP 420 namespaces (true by default)
-SETUPTOOLS_SCM
+# SETUPTOOLS_SCM
 [tool.setuptools_scm]
 write_to = "aidge_backend_opencv/_version.py"
 
@@ -52,7 +52,7 @@ AIDGE_INSTALL="../AIDGE_INSTALL_CIBUILDWHEEL/"
 [tool.cibuildwheel.linux]
 before-build = [
     "bash .gitlab/ci/cibuildwheel_install_opencv.sh /host",
-    "bash .gitlab/ci/cibuildwheel_build_deps_before_build_wheel.sh "
+    "bash .gitlab/ci/cibuildwheel_build_deps_before_build_wheel.sh /host"
 ]
 [tool.cibuildwheel.windows]
 before-build = [
-- 
GitLab