Skip to content

Commit

Permalink
Fix README format error in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Sep 30, 2023
1 parent 2604996 commit a3e7ca3
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 @@ -34,7 +34,7 @@ Tracker = "https://github.com/urschrei/simplification/issues"
test = ["pytest >= 7.4.2"]

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

[build-system]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit a3e7ca3

Please sign in to comment.