From dd38510a4b93cd849061a331a949f790a2266aa8 Mon Sep 17 00:00:00 2001 From: Yannick DAYER <yannick.dayer@idiap.ch> Date: Wed, 10 May 2023 17:46:03 +0000 Subject: [PATCH] meta [readme]: set the long description type to md --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9883c25..8b0e965 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ package-dir = {"" = "src"} [tool.setuptools.dynamic] - readme = {file = "README.md"} + readme = {file = "README.md", content-type = "text/markdown"} [project.entry-points."bob.bio.config"] # protocols (must be specified before the database in the cmd) -- GitLab