blob: f5c510df08b80124e577ae1830a85f95c2b6aef9 (
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-27 21:43:28 UTC
+++ pyproject.toml
@@ -1,14 +1,13 @@
[build-system]
-requires = ["setuptools>=80.8.0"]
+requires = ["setuptools>=61"]
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" }]
-license = "MIT"
-license-files = ["LICENSE", "src/pyhanko/pdf_utils/LICENSE.PyPDF2"]
+license = {text = "MIT"}
keywords = [
"signature",
"pdf",
|