Skip to content
Snippets Groups Projects
Commit 6dd1d765 authored by Dominique Benielli's avatar Dominique Benielli
Browse files

update version and tagging

parent 63683d56
No related branches found
No related tags found
No related merge requests found
Pipeline #16296 passed
...@@ -8,7 +8,6 @@ dynamic = ["version", "dependencies"] ...@@ -8,7 +8,6 @@ dynamic = ["version", "dependencies"]
requires-python = '>=3.6' requires-python = '>=3.6'
license = "BSD-3-Clause" license = "BSD-3-Clause"
license-files = ["license.txt"]
readme = {file = "README.rst", content-type = "text/x-rst"} readme = {file = "README.rst", content-type = "text/x-rst"}
description = 'A scikit-learn compatible package for multimodal Classifiers' description = 'A scikit-learn compatible package for multimodal Classifiers'
authors = [ authors = [
...@@ -45,9 +44,13 @@ doc = ["sphinx==5.0", "numpydoc", "sphinx_gallery", "matplotlib", "sphinx_rtd_th ...@@ -45,9 +44,13 @@ doc = ["sphinx==5.0", "numpydoc", "sphinx_gallery", "matplotlib", "sphinx_rtd_th
Documentation = "https://multi-learn.github.io/scikit-multimodallearn/" Documentation = "https://multi-learn.github.io/scikit-multimodallearn/"
"Bug Tracker" = "https://github.com/multi-learn/scikit-multimodallearn/issues" "Bug Tracker" = "https://github.com/multi-learn/scikit-multimodallearn/issues"
[tool.setuptools]
license-files = ["license.txt"]
[tool.setuptools.dynamic] [tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]} dependencies = {file = ["requirements.txt"]}
[tool.setuptools.packages.find] [tool.setuptools.packages.find]
where = ["."] where = ["."]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment