From 9c04499c361a96b0e70cd8d8b7985781c1e0b6d9 Mon Sep 17 00:00:00 2001
From: gregoire kubler <gregoire.kubler@proton.me>
Date: Mon, 6 May 2024 16:22:36 +0200
Subject: [PATCH] chore : corrected doc on pyproejct.toml

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index e7f7f3c55..f65baadad 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -38,7 +38,7 @@ build-frontend = "build"
 [tool.cibuildwheel.linux.environment]
 # AIDGE_DEPENDENCIES = "" # format => "dep_1 dep_2 ... dep_n"
 [tool.cibuildwheel.windows.environment]
-# AIDGE_DEPENDENCIES = "" # format => "dep_1 dep_2 ... dep_n"
+# AIDGE_DEPENDENCIES = "" # format => "dep_1","dep_2", ... ,"dep_n"
 
 [tool.cibuildwheel.linux]
 before-build = [
-- 
GitLab