From 6dd1d765eb980d4df5d7e94e2839e3f49f860274 Mon Sep 17 00:00:00 2001 From: Dominique Benielli <dominique.benielli@univ-amu.fr> Date: Fri, 16 May 2025 14:01:34 +0200 Subject: [PATCH] update version and tagging --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ea690f7..5f4bc73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,6 @@ dynamic = ["version", "dependencies"] requires-python = '>=3.6' license = "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 = [ @@ -45,9 +44,13 @@ 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.txt"] + [tool.setuptools.dynamic] dependencies = {file = ["requirements.txt"]} + [tool.setuptools.packages.find] where = ["."] -- GitLab