--- pyproject.toml.orig 2025-11-22 16:23:46 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", @@ -34,8 +33,8 @@ dependencies = [ dependencies = [ "asn1crypto>=1.5.1", "tzlocal>=4.3", - "pyhanko>=0.32.0,<0.33", - "pyhanko-certvalidator>=0.29.0,<0.30", + "pyhanko>=0.32.0", + "pyhanko-certvalidator>=0.29.0", "click>=8.1.3,!=8.2.0", "platformdirs>=4.3.8", ]