Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 00309951 authored by LEGRAND Jonathan's avatar LEGRAND Jonathan
Browse files

Update dependencies and metadata in pyproject.toml

Lower setuptools version requirement for compatibility reasons.
Refine description for clarity and switch to the 'license' key with a comment explaining future plans.
parent 94831dd6
Branches
No related tags found
No related merge requests found
[build-system] [build-system]
requires = ["setuptools>=77.0", "wheel", "cmake>=3.21"] requires = ["setuptools>=75.0", "wheel", "cmake>=3.21"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[project] [project]
...@@ -9,10 +9,10 @@ authors = [ ...@@ -9,10 +9,10 @@ authors = [
{ name = "Gregoire Malandain", email = "gregoire.malandain@inria.fr" }, { name = "Gregoire Malandain", email = "gregoire.malandain@inria.fr" },
{ name = "Jonathan Legrand", email = "jonathan.legrand@ens-lyon.fr" } { name = "Jonathan Legrand", email = "jonathan.legrand@ens-lyon.fr" }
] ]
description = "Python wrappers for the vt library" description = "Python wrappers for the 'vt' image processing library."
readme = "README.md" readme = "README.md"
requires-python = ">=3.8" requires-python = ">=3.8"
license-files = ["LICENSE.txt"] license = { 'file' = "LICENSE.txt" } # update to use 'license-files' when "setuptools>=77.0" is on anaconda.org
classifiers = [ classifiers = [
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research", "Intended Audience :: Science/Research",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment