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

update version and tagging

parent ab17f528
No related branches found
No related tags found
No related merge requests found
Pipeline #16308 passed
......@@ -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**
......@@ -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 = ["."]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment