File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" scikit-build-core" , " setuptools_scm>=8 " ]
2+ requires = [" scikit-build-core" ]
33build-backend = " scikit_build_core.build"
44
55[project ]
66name = " itk-cuberille"
7+
78description = " Cuberille implicit surface polygonization to generate meshes from images."
89readme = " README.rst"
910license = {file = " LICENSE" }
@@ -13,6 +14,7 @@ authors = [
1314]
1415keywords = [
1516 " itk" ,
17+ " InsightToolkit" ,
1618]
1719classifiers = [
1820 " Development Status :: 4 - Beta" ,
@@ -54,7 +56,7 @@ version.provider = "scikit_build_core.metadata.setuptools_scm"
5456# The versions of CMake to allow. If CMake is not present on the system or does
5557# not pass this specifier, it will be downloaded via PyPI if possible. An empty
5658# string will disable this check.
57- cmake.version = " >=3.16.3 "
59+ cmake.version = " >=3.22.1 "
5860
5961# A list of args to pass to CMake when configuring the project. Setting this in
6062# config or envvar will override toml. See also ``cmake.define``.
You can’t perform that action at this time.
0 commit comments