We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ab6cf commit 5f8cc4bCopy full SHA for 5f8cc4b
bindings/Python/pyproject.toml
@@ -22,7 +22,7 @@ include = ["cerelink*"] # package names should match these glob patterns (["*"]
22
cerelink = ["*.dll"]
23
24
[tool.setuptools.dynamic]
25
-readme = {file = ["README.md"]}
+readme = {file = ["README.md"], content-type = "text/markdown"}
26
27
[tool.setuptools_scm]
28
# Get version from git tags, looking in the root of the repository (not bindings/Python)
0 commit comments