Skip to content

Commit 5f8cc4b

Browse files
committed
Fix typo in Python pyproject.toml
1 parent 31ab6cf commit 5f8cc4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/Python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ include = ["cerelink*"] # package names should match these glob patterns (["*"]
2222
cerelink = ["*.dll"]
2323

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

2727
[tool.setuptools_scm]
2828
# Get version from git tags, looking in the root of the repository (not bindings/Python)

0 commit comments

Comments
 (0)