Skip to content

Commit b97e6c1

Browse files
Copilotshauneccles
andcommitted
Fix PyPI readme display by updating pyproject.toml to reference README.md
Co-authored-by: shauneccles <21007065+shauneccles@users.noreply.github.com>
1 parent ccb879f commit b97e6c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ test = [
4040
]
4141

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

4545
[tool.setuptools_scm]
4646

0 commit comments

Comments
 (0)