From 7d66d36352ff0ebd5aaaf3a07a3263cb9ca57b23 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 2 Jun 2026 16:21:00 -0600 Subject: [PATCH] pyproject.toml: Correct readme MIME type Signed-off-by: Zack Cerza --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b4786a0f..949b6e85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dynamic = ["version"] [project.readme] file = "README.md" -content-type = "text/x-markdown" +content-type = "text/markdown" [project.urls] Homepage = "https://github.com/ceph/ceph-devstack"