mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-04-28 11:40:44 -04:00
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:
parent
1d02709af2
commit
9015f436c8
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user