From cd0fbde9b23d87538d81111a89d2fd329bdc574e Mon Sep 17 00:00:00 2001 From: neuronflow Date: Sun, 10 Dec 2023 19:18:57 +0100 Subject: [PATCH] desc Signed-off-by: neuronflow --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b2b67bc..ae042b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ enable = true [tool.poetry] name = "eReg" version = "0.0.0" -description = "Panoptic Quality (PQ) computation for binary masks." +description = "efficient, pythonic cross-platform image registrations" authors = ["Sarthak Pati", "Florian Kofler"] repository = "https://github.com/BrainLesion/eReg" homepage = "https://github.com/BrainLesion/eReg"