Python developers take 5 tries to get a simple license field right

Its format has apparently changed, yet again. Sigh.
This commit is contained in:
Kovid Goyal 2026-03-30 13:40:50 +05:30
parent 1d02709af2
commit 9015f436c8
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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",