Skip to content

Commit 00e3c76

Browse files
Update pyproject.toml
Had to add the content type for README.md, otherwise it didn't render correctly on Pypi.
1 parent ebde89c commit 00e3c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[tool.setuptools.dynamic]
77
version = { file = "src/pycorese/VERSION.txt" }
8-
readme = { file = "README.md" }
8+
readme = { file = "README.md", content-type = "text/markdown" }
99

1010

1111
[project]

0 commit comments

Comments
 (0)