diff --git a/pyproject.toml b/pyproject.toml index b0d6223..a169b68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "itk-meshtopolydata" -version = "0.11.1" +version = "0.11.2" description = "Convert an ITK Mesh to a simple data structure compatible with vtkPolyData." readme = "README.rst" license = {file = "LICENSE"} @@ -13,6 +13,7 @@ authors = [ ] keywords = [ "itk", + "InsightToolkit", ] classifiers = [ "Development Status :: 4 - Beta", @@ -47,7 +48,7 @@ Homepage = "https://github.com/InsightSoftwareConsortium/ITKMeshToPolyData" # The versions of CMake to allow. If CMake is not present on the system or does # not pass this specifier, it will be downloaded via PyPI if possible. An empty # string will disable this check. -cmake.version = ">=3.16" +cmake.version = ">=3.22.1" # A list of args to pass to CMake when configuring the project. Setting this in # config or envvar will override toml. See also ``cmake.define``. @@ -102,7 +103,7 @@ editable.mode = "redirect" # set. editable.rebuild = false -# If set, this will provide a method for backward compatibility. +# If set, this will provide a method for scikit-build-core backward compatibility. minimum-version = "0.8.2" # The build directory. Defaults to a temporary directory, but can be set.