From 4d8d2d82fd761051c5d85b0fd013bff9c594498e Mon Sep 17 00:00:00 2001 From: Dominique <dominique.benielli@univ-amu.fr> Date: Fri, 16 May 2025 00:59:21 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c872c41..c639d1e 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 = [ -- GitLab