From e08039431ebde92a162ab422c05391dc55d3d3fa Mon Sep 17 00:00:00 2001 From: Hemna Date: Fri, 24 Jan 2025 16:43:52 -0500 Subject: [PATCH] Update pyproject for README.rst -> md Updated the pyproject.toml to reflect the name change of README.rst -> README.md --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4de98a0..09968e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dynamic = ["version", "dependencies", "optional-dependencies"] # # This field corresponds to the "Description" metadata field: # https://packaging.python.org/specifications/core-metadata/#description-optional -readme = {file = "README.rst", content-type = "text/x-rst"} +readme = {file = "README.md", content-type = "text/markdown"} # This is either text indicating the license for the distribution, or a file