diff --git a/README.rst b/README.rst index 9b54820820b9a4d932226ebefd203df352dfe7cd..a0feb4d3955fd83586b455626ea797323db12215 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 ba48c3b9a1e9dbaade0603e09135d1e88b5cc55e..944a5a34b06dfe3c8c3563e7fbe3f191a24cc97a 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 = ["."] -