From fbdb0fe7482ab004ad8b62fd35e5e3488e36ff4e Mon Sep 17 00:00:00 2001 From: Yimin Zheng Date: Sat, 5 Oct 2024 21:15:41 +0200 Subject: [PATCH] Add description field --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e2a56f4..e5b9747 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,8 @@ classifiers = [ "License :: OSI Approved :: MIT License", ] requires-python = ">=3.7" -dynamic = ["version", "description"] +description = "Modularized and scalable whole slide image analysis" +dynamic = ["version"] dependencies = [ "numpy",