Skip to content

Commit

Permalink
[pyproject.toml] explicitly define readme content type
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt authored May 11, 2023
1 parent d232e62 commit 161775c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ docs = ["sphinx", "sphinxcontrib-bibtex", "sphinxcontrib-svg2pdfconverter", "cai

[tool.setuptools.dynamic]
dependencies = { file = ["requirements.txt"] }
readme = { file = ["README.md"] }
readme = { file = ["README.md"], content-type = "text/markdown" }

[tool.setuptools_scm]

0 comments on commit 161775c

Please sign in to comment.