From 131edaf51c7c9266a41e24d5c676af9ff6a9fabb Mon Sep 17 00:00:00 2001 From: Alexandru Bolfa Date: Tue, 26 Dec 2023 14:34:25 +0200 Subject: [PATCH] fix readme2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 742a622..e1eaa93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ name = "napari-psf-extractor" version = "1.0.2" description = "A simple plugin to extract precise models of the Point Spread Functions of images" authors = ["Alexandru Bolfa "] -readme = { file = "README.md", dynamic = true +readme = { file = "README.md", dynamic = true } classifiers = [ "Framework :: napari" ]