diff --git a/pyproject.toml b/pyproject.toml index 4a94ed3a4c4987341f077c9f43aa923e2287dd6f..8ab48b17b79104717253d269cbab868c90b0416d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,14 +9,14 @@ classifiers = [ "Development Status :: 2 - Pre-Alpha", "Programming Language :: Python :: 3" ] -dynamic = ["version"] #Â defined in tool.setuptools_scm +dynamic = ["version"] # defined in tool.setuptools_scm [build-system] requires = ["setuptools>=68", "setuptools-scm", "cmake"] build-backend = "setuptools.build_meta" ##################################################### -#Â CIBUILDWHEEL +# CIBUILDWHEEL [tool.cibuildwheel] build-frontend = "build" [tool.cibuildwheel.environment] @@ -25,19 +25,18 @@ AIDGE_DEPENDENCIES = "" # format => "dep_1 dep_2 ... dep_n" [tool.cibuildwheel.linux] before-build = ["bash .gitlab/ci/cibuildwheel_build_deps_before_build_wheel.sh ${AIDGE_DEPENDENCIES}"] [tool.cibuildwheel.windows] -before-build = ["./.gitlab/ci/cibuildwheel_build_deps_before_build_wheel.ps1 --deps ${AIDGE_DEPENDENCIES}"] +before-build = [" .\.gitlab\ci\cibuildwheel_build_deps_before_build_wheel.ps1 --deps ${AIDGE_DEPENDENCIES}"] ##################################################### -#Â SETUPTOOLS +# SETUPTOOLS [tool.setuptools] # packages=["aidge_core", "export"] [tool.setuptools_scm] version_file = "_version.py" - ##################################################### -#Â PYLINT +# PYLINT [tool.pylint.main] # A comma-separated list of package or module names from where C extensions may # be loaded. Extensions are loading into the active Python interpreter and may