From 9015f436c85f694e11f0a01f79f0bc83d8bc2c97 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 30 Mar 2026 13:40:50 +0530 Subject: [PATCH] Python developers take 5 tries to get a simple license field right Its format has apparently changed, yet again. Sigh. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e70ee0a8ae..bcc1fa79e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "calibre" description = "The one stop solution to all your e-book needs" readme = "README.md" requires-python = ">=3.14" -license = {text="GPL-3.0-only"} +license = "GPL-3.0-only" dynamic = ["version"] dependencies = [ "six == 1.17.0",