summaryrefslogtreecommitdiff
path: root/security/py-pyhanko-certvalidator/files/patch-pyproject.toml
blob: d7e06f702bf3740903c0e37446854cc8a1669c2c (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-05-24 11:55:40 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@ requires = [
 [build-system]
 requires = [
-    "setuptools>=67.4",
+    "setuptools>=61",
     "wheel"
 ]
 build-backend = "setuptools.build_meta"
@@ -8,8 +8,7 @@ authors = [{name = "Matthias Valvekens", email = "dev@
 [project]
 name = "pyhanko-certvalidator"
 authors = [{name = "Matthias Valvekens", email = "dev@mvalvekens.be"}]
-license = "MIT"
-license-files = ["LICENSE"]
+license = {text = "MIT"}
 description = "Validates X.509 certificates and paths; forked from wbond/certvalidator"
 keywords = [
     "crypto",