From ba7578549c7282dfc5084fde84c8b32e60879af6 Mon Sep 17 00:00:00 2001 From: Fabian Kueppers Date: Tue, 18 Oct 2022 17:58:47 +0200 Subject: [PATCH] Explicitly specify README content type --- pyproject.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ace66b8..838c4e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,12 +57,16 @@ dependencies = [ "gpytorch>=1.5.1" ] -dynamic = ["version", "readme"] +dynamic = ["version"] [project.urls] homepage = "https://github.com/fabiankueppers/calibration-framework" documentation = "https://fabiankueppers.github.io/calibration-framework" +[project.readme] +file = "README.md" +content-type = "text/markdown" + [project.license] file = "LICENSE.txt" @@ -71,4 +75,3 @@ exclude = ["img"] [tool.setuptools.dynamic] version = {attr = "netcal.__version__"} -readme = {file = ["README.md"]}