summaryrefslogtreecommitdiff
path: root/textproc/py-pikepdf/files/patch-pyproject.toml
blob: ec1907a0353dd85fa72db62cca8d9bd476357a4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- pyproject.toml.orig	2025-07-01 02:31:28 UTC
+++ pyproject.toml
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: MPL-2.0
 
 [build-system]
-requires = ["setuptools >= 77.0.3", "pybind11 >= 2.13.6"]
+requires = ["setuptools >= 63", "pybind11 >= 2.13.6"]
 build-backend = "setuptools.build_meta"
 
 [project]
@@ -13,7 +13,7 @@ authors = [{ name = "James R. Barlow", email = "james@
 requires-python = ">=3.9"
 keywords = ["PDF"]
 authors = [{ name = "James R. Barlow", email = "james@purplerock.ca" }]
-license = "MPL-2.0"
+license = {text="MPL-2.0"}
 classifiers = [
   "Development Status :: 5 - Production/Stable",
   "Intended Audience :: Developers",