File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44
55[project ]
66name = " itk-meshtopolydata"
7- version = " 0.11.1 "
7+ version = " 0.11.2 "
88description = " Convert an ITK Mesh to a simple data structure compatible with vtkPolyData."
99readme = " README.rst"
1010license = {file = " LICENSE" }
@@ -13,6 +13,7 @@ authors = [
1313]
1414keywords = [
1515 " itk" ,
16+ " InsightToolkit" ,
1617]
1718classifiers = [
1819 " Development Status :: 4 - Beta" ,
@@ -47,7 +48,7 @@ Homepage = "https://github.com/InsightSoftwareConsortium/ITKMeshToPolyData"
4748# The versions of CMake to allow. If CMake is not present on the system or does
4849# not pass this specifier, it will be downloaded via PyPI if possible. An empty
4950# string will disable this check.
50- cmake.version = " >=3.16 "
51+ cmake.version = " >=3.22.1 "
5152
5253# A list of args to pass to CMake when configuring the project. Setting this in
5354# config or envvar will override toml. See also ``cmake.define``.
@@ -102,7 +103,7 @@ editable.mode = "redirect"
102103# set.
103104editable.rebuild = false
104105
105- # If set, this will provide a method for backward compatibility.
106+ # If set, this will provide a method for scikit-build-core backward compatibility.
106107minimum-version = " 0.8.2"
107108
108109# The build directory. Defaults to a temporary directory, but can be set.
You can’t perform that action at this time.
0 commit comments