From 0fb5bacc7cff907e0dec223d1edc759b06d9f695 Mon Sep 17 00:00:00 2001 From: Dominique Benielli <dominique.benielli@univ-amu.fr> Date: Fri, 16 May 2025 12:13:44 +0200 Subject: [PATCH] update version and tagging --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4768de2..49a24dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = 'scikit-multimodallearn' dynamic = ["version", "dependencies"] requires-python = '>=3.6' -license = {text = "BSD-3-Clause"} +license = {file = "license.txt"} readme = {file = "README.rst", content-type = "text/x-rst"} description = 'A scikit-learn compatible package for multimodal Classifiers' authors = [ -- GitLab