Skip to content
Snippets Groups Projects
Commit 45b19980 authored by Grégoire Kubler's avatar Grégoire Kubler Committed by Maxence Naud
Browse files

fix : uncommented comment + SEARCH PATH

parent 9630dd73
No related branches found
No related tags found
1 merge request!18v0.1.3
...@@ -31,7 +31,7 @@ where = ["."] # list of folders that contain the packages (["."] by default) ...@@ -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) 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) 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) namespaces = false # to disable scanning PEP 420 namespaces (true by default)
SETUPTOOLS_SCM # SETUPTOOLS_SCM
[tool.setuptools_scm] [tool.setuptools_scm]
write_to = "aidge_backend_opencv/_version.py" write_to = "aidge_backend_opencv/_version.py"
...@@ -52,7 +52,7 @@ AIDGE_INSTALL="../AIDGE_INSTALL_CIBUILDWHEEL/" ...@@ -52,7 +52,7 @@ AIDGE_INSTALL="../AIDGE_INSTALL_CIBUILDWHEEL/"
[tool.cibuildwheel.linux] [tool.cibuildwheel.linux]
before-build = [ before-build = [
"bash .gitlab/ci/cibuildwheel_install_opencv.sh /host", "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] [tool.cibuildwheel.windows]
before-build = [ before-build = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment