From ab17f52877af342bdbdf49ec43de1c1d1e146f0f Mon Sep 17 00:00:00 2001 From: Dominique Benielli <dominique.benielli@univ-amu.fr> Date: Fri, 16 May 2025 16:48:01 +0200 Subject: [PATCH] update version and tagging --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 52efafb..ba48c3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,8 @@ doc = ["sphinx==5.0", "numpydoc", "sphinx_gallery", "matplotlib", "sphinx_rtd_th Documentation = "https://multi-learn.github.io/scikit-multimodallearn/" "Bug Tracker" = "https://github.com/multi-learn/scikit-multimodallearn/issues" +[tool.setuptools] +license-files = ["LICENSE"] [tool.setuptools.dynamic] -- GitLab