Skip to content

Commit 5773a4b

Browse files
authored
chores: fix pypi rendering (#1581)
fix bad rendering in https://pypi.org/project/ragas/
1 parent 6cf972c commit 5773a4b

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
@@ -43,7 +43,7 @@ docs = [
4343
package-dir = {"" = "src"}
4444

4545
[tool.setuptools.dynamic]
46-
readme = {file = ["README.md"], content-type = "text/plain"}
46+
readme = {file = ["README.md"], content-type = "text/markdown"}
4747

4848
[tool.ruff]
4949
exclude = ["*.ipynb"]

0 commit comments

Comments
 (0)