From 2f076bd7b8b6383804e9325e6b0cf09902c3a12f Mon Sep 17 00:00:00 2001 From: Wim Pomp Date: Wed, 1 Apr 2026 10:13:43 +0200 Subject: [PATCH] - let tifread raise FileNotFoundError when series != 0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c912b99..3483e8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ write = ["matplotlib", "scikit-video"] bioformats = ["JPype1"] [project.urls] -repository = "https://git.wimpomp.nl/wim/focusfeedbackgui" +repository = "https://git.wimpomp.nl/wim/ndbioimage" [project.scripts] ndbioimage = "ndbioimage:main"