blob: 610cbd5c387d9ed5edb4012109c58822708f529f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- pyproject.toml.orig 2025-08-23 12:29:44 UTC
+++ pyproject.toml
@@ -1,12 +1,11 @@
[build-system]
-requires = ["setuptools>=80.8.0"]
+requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"
[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",
|