diff --git a/pyproject.toml b/pyproject.toml
index 3ac6f00346658d960eea0cadd099a7e5788228de..8f4c41eb714adbad096e589139700a8253c59fe4 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