From 4bcf82e14db59829acc0f65c73c7a0c9f1bf09d9 Mon Sep 17 00:00:00 2001 From: Mathieu Guay-Paquet Date: Wed, 22 Oct 2025 13:50:44 -0400 Subject: [PATCH] Update PyPI links to point to this fork of the repo These links end up on https://pypi.org/project/nnunetv2-neuropoly/ when a new release is published. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 66405fb68..ef42afe06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,8 +55,8 @@ dependencies = [ ] [project.urls] -homepage = "https://github.com/MIC-DKFZ/nnUNet" -repository = "https://github.com/MIC-DKFZ/nnUNet" +homepage = "https://github.com/spinalcordtoolbox/nnUNet-neuropoly" +repository = "https://github.com/spinalcordtoolbox/nnUNet-neuropoly" [project.scripts] nnUNetv2_plan_and_preprocess = "nnunetv2.experiment_planning.plan_and_preprocess_entrypoints:plan_and_preprocess_entry"