Skip to content

Commit

Permalink
chores: fix pypi rendering (#1581)
Browse files Browse the repository at this point in the history
fix bad rendering in https://pypi.org/project/ragas/
  • Loading branch information
shahules786 authored Oct 29, 2024
1 parent 6cf972c commit 5773a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ docs = [
package-dir = {"" = "src"}

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

[tool.ruff]
exclude = ["*.ipynb"]
Expand Down

0 comments on commit 5773a4b

Please sign in to comment.