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

update version and tagging

parent 8ae2e9b3
No related branches found
No related tags found
No related merge requests found
Pipeline #16300 failed
[build-system]
requires = ["setuptools >= 77.0.3", "wheel", "numpy"]
requires = ["setuptools >= 77.0.3", "setuptools-scm", "wheel", "numpy"]
build-backend = "setuptools.build_meta"
[project]
name = 'scikit-multimodallearn'
dynamic = ["version", "dependencies"]
dynamic = ["version", "dependencies", ]
requires-python = '>=3.6'
license = "BSD-3-Clause"
......@@ -45,14 +45,13 @@ 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", "copyrightstamp.txt"]
[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
[tool.setuptools.packages.find]
where = ["."]
......@@ -157,11 +157,9 @@ def setup_package():
extras_require = {
'test': ["pytest", "pytest-cov"],
'doc': ["sphinx==5.0", "numpydoc", "sphinx_gallery", "matplotlib", "sphinx_rtd_theme"]}
# python_requires=python_requires, description=description,author=author,
# classifiers=classifiers, keywords=keywords, install_requires=install_requires,
setup(
version=version,
setup(version=version,
long_description=long_description,
long_description_content_type=long_description_content_type,
packages=packages,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment