Skip to content

Commit c793b16

Browse files
authored
Merge pull request #12 from LedFx/copilot/fix-readme-display-on-pypi
Fix PyPI readme display by referencing README.md instead of README.rst
2 parents d86c1be + b97e6c1 commit c793b16

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
@@ -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)