diff --git a/pyproject.toml b/pyproject.toml index 28dfa267..f229f0cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ local_scheme = "no-local-version" where = ["src"] [tool.setuptools.dynamic] -readme = {file = "README.md"} +readme = {file = "README.md", content-type = "text/markdown"} dependencies = {file = "requirements.txt"} [tool.pytest.ini_options]