diff --git a/pyproject.toml b/pyproject.toml index 7aff83169942b9f11df439c0ca0292cfcb2e1617..b20e5d8f22334b532f96fc9d1ffd2100ec14c41e 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 = [