Skip to content

Commit

Permalink
Fix content type for readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Aug 30, 2023
1 parent 7a8d09d commit 09b0a99
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 @@ -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 = [
Expand Down

0 comments on commit 09b0a99

Please sign in to comment.