1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
--- pyproject.toml.orig 2025-06-20 20:47:42 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools>=80.8.0"]
+requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"
[project]
@@ -7,8 +7,7 @@ maintainers = [{name = "Matthias Valvekens", email = "
description = "CLI tools for stamping and signing PDF files"
authors = [{name = "Matthias Valvekens", email = "dev@mvalvekens.be"}]
maintainers = [{name = "Matthias Valvekens", email = "dev@mvalvekens.be"}]
-license = "MIT"
-license-files = ["LICENSE"]
+license = {text = "MIT"}
keywords = [
"signature",
"pdf",
@@ -33,8 +32,8 @@ dependencies = [
dependencies = [
"asn1crypto>=1.5.1",
"tzlocal>=4.3",
- "pyhanko>=0.29.1,<0.30",
- "pyhanko-certvalidator>=0.27.0,<0.28",
+ "pyhanko>=0.29.1",
+ "pyhanko-certvalidator>=0.27.0",
"click>=8.1.3,!=8.2.0",
]
version = "0.1.2"
|