From cfdc164278a35dde6a451ed9b34e098ace1b056a Mon Sep 17 00:00:00 2001
From: Dominique <dominique.benielli@univ-amu.fr>
Date: Fri, 16 May 2025 01:08:49 +0200
Subject: [PATCH] Update pyproject.toml

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

diff --git a/pyproject.toml b/pyproject.toml
index c639d1e..4768de2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,7 @@ name = 'scikit-multimodallearn'
 dynamic = ["version", "dependencies"]
 requires-python = '>=3.6'
 
-license = 'BSD-3-Clause'
+license = {text = "BSD-3-Clause"}
 readme = {file = "README.rst", content-type = "text/x-rst"}
 description = 'A scikit-learn compatible package for multimodal Classifiers'
 authors = [
-- 
GitLab