From 3fcb9c1e417059d579acda7b27f17b8b61787644 Mon Sep 17 00:00:00 2001 From: Alan O'Callaghan Date: Wed, 29 Jan 2025 14:34:10 +0000 Subject: [PATCH] Content type (#33) * Rename testpypi workflow * Content type to markdown * Correct format --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7635578..211ecd0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description = A laboratory for exploring quantitative bioimage analysis in Pytho author = "Pete Bankhead, Alan O'Callaghan, Léo Leplat" license = Apache-2.0 long_description = file: README.md -long_description_content_type = "text/markdown" +long_description_content_type = text/markdown project_urls = {"homepage" = "https://qupath.github.io/", "repository" = "https://github.com/qupath/qubalab"} [options]