From 0932509025bc352f10044bdf8b8c5dd4ab9721b5 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Fri, 19 Jul 2024 12:38:34 -0400 Subject: [PATCH] docs: add pointer to itk This is an example of a realistic, more complex scikit-build-core SWIG project that also sparked the origin of scikit-build. There are also many additional examples referenced here: https://github.com/InsightSoftwareConsortium/ITK/issues/4748 --- docs/data/projects.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/data/projects.toml b/docs/data/projects.toml index 3244416a..7acce63d 100644 --- a/docs/data/projects.toml +++ b/docs/data/projects.toml @@ -75,3 +75,7 @@ github = "njzjz/nodejs-wheel" [[project]] pypi = "pygram11" github = "douglasdavis/pygram11" + +[[project]] +pypi = "itk" +github = "InsightSoftwareConsortium/ITKPythonPackage"