mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
17 lines
488 B
TOML
17 lines
488 B
TOML
--- 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"}]
|