From 4bb055ebcc4b13b29e19c908dc55d18d5f08b9dd Mon Sep 17 00:00:00 2001
From: Dominique Benielli <dominique.benielli@univ-amu.fr>
Date: Fri, 16 May 2025 12:29:19 +0200
Subject: [PATCH] update version and tagging

---
 license.txt    | 2 +-
 pyproject.toml | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/license.txt b/license.txt
index c962d5a..e4ece7d 100644
--- a/license.txt
+++ b/license.txt
@@ -1,4 +1,4 @@
-New BSD License
+New BSD License   :  BSD-3-Clause
 
 Copyright (c) 2025-15-04, The scikit-multimodallearn developers.
 All rights reserved.
diff --git a/pyproject.toml b/pyproject.toml
index 5f097e1..f1aecc5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,8 @@ name = 'scikit-multimodallearn'
 dynamic = ["version", "dependencies"]
 requires-python = '>=3.6'
 
-license-files = [ "license.txt"]
+license = {text = "BSD-3-Clause"}
+license-files = ["license.txt"]
 readme = {file = "README.rst", content-type = "text/x-rst"}
 description = 'A scikit-learn compatible package for multimodal Classifiers'
 authors = [
-- 
GitLab