From 7ac8017524e0d509bce330a714f9af8fc33a20dc Mon Sep 17 00:00:00 2001 From: un-pogaz <46523284+un-pogaz@users.noreply.github.com> Date: Thu, 18 Sep 2025 12:37:38 +0200 Subject: [PATCH] fix pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 73824a29e3..2ba9178b81 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.10" -license = "GPL-3.0-only" +license = {text="GPL-3.0-only"} dynamic = ["version"] dependencies = [ "six == 1.16.0", @@ -76,7 +76,7 @@ requires = [ # Some packages (xxhash/py7zr/etc) erroneously declare this as a dependency even # though it is needed only for sdist not building wheels "setuptools_scm == 8.0.3", - "poetry_core 1.7.0", # needed for building zeroconf + "poetry_core == 1.7.0", # needed for building zeroconf "ply == 3.11", # needed for sip "sip == 6.10.0", "PyQt_builder == 1.18.1",