summaryrefslogtreecommitdiff
path: root/security/py-pyhanko/files/patch-pyproject.toml
blob: eadfc8905bdf2de5f70dbfb2778874e882fa6dab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- pyproject.toml.orig	2024-03-07 22:13:09 UTC
+++ pyproject.toml
@@ -1,12 +1,12 @@ requires = [
 [build-system]
 requires = [
-    "setuptools>=67.4",
+    "setuptools>=61",
     "wheel"
 ]
 build-backend = "setuptools.build_meta"
 
 [project]
-name = "pyHanko"
+name = "pyhanko"
 description = "Tools for stamping and signing PDF files"
 authors = [{name = "Matthias Valvekens", email = "dev@mvalvekens.be"}]
 maintainers = [{name = "Matthias Valvekens", email = "dev@mvalvekens.be"}]