From 1ff97f2a1be12f4d09142a394d9aeb67223003c9 Mon Sep 17 00:00:00 2001 From: Dominique Benielli <dominique.benielli@univ-amu.fr> Date: Fri, 16 May 2025 18:13:28 +0200 Subject: [PATCH] update version and tagging --- README.rst | 15 --------------- pyproject.toml | 10 +++------- 2 files changed, 3 insertions(+), 22 deletions(-) diff --git a/README.rst b/README.rst index 9b54820..a0feb4d 100644 --- a/README.rst +++ b/README.rst @@ -156,18 +156,3 @@ References * Riikka Huusari, Hachem Kadri and Cécile Capponi, "Multi-View Metric Learning in Vector-Valued Kernel Spaces" in International Conference on Artificial Intelligence and Statistics (AISTATS) 2018 - -Copyright -~~~~~~~~~ - -Université d'Aix Marseille (AMU) - -Centre National de la Recherche Scientifique (CNRS) - -Université de Toulon (UTLN). - -Copyright © 2017-2018 AMU, CNRS, UTLN - -License -~~~~~~~ - -**scikit-multimodallearn** is free software: you can redistribute it and/or modify -it under the terms of the **New BSD License** diff --git a/pyproject.toml b/pyproject.toml index ba48c3b..944a5a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,11 +4,9 @@ build-backend = "setuptools.build_meta" [project] name = 'scikit-multimodallearn' -dynamic = ["version", "dependencies", ] +dynamic = ["version", "dependencies"] requires-python = '>=3.6' -license = {'text' = "BSD-3-Clause"} - readme = {file = "README.rst", content-type = "text/x-rst"} description = 'A scikit-learn compatible package for multimodal Classifiers' authors = [ @@ -28,6 +26,7 @@ classifiers=[ 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'License :: OSI Approved :: BSD License', 'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering :: Artificial Intelligence', 'Operating System :: Microsoft :: Windows', @@ -45,15 +44,12 @@ 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] dependencies = {file = ["requirements.txt"]} - [tool.setuptools.packages.find] where = ["."] - -- GitLab