From 5773a4b7fb5cd97e86cb6a5275607e8413ee52c1 Mon Sep 17 00:00:00 2001 From: ikka Date: Wed, 30 Oct 2024 01:48:16 +0530 Subject: [PATCH] chores: fix pypi rendering (#1581) fix bad rendering in https://pypi.org/project/ragas/ --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf8093a7b..609c391d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]