From 09b0a9905ddc8dc11393f640bba1fb86c2a8201d Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Wed, 30 Aug 2023 16:01:27 -0600 Subject: [PATCH] Fix content type for readme --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9118f91..a32f463 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ toltec = ["*.py.typed"] [tool.setuptools.dynamic] dependencies = {file = ["requirements.txt"]} -readme = {file= ["README.md"]} +readme = {file= ["README.md"], content-type = "text/markdown"} [build-system] requires = [