--- pyproject.toml.orig 2026-01-20 15:02:46 UTC +++ pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=78.1.1", "setuptools_scm[toml]>=6.2"] +requires = ["setuptools>=61", "setuptools_scm[toml]>=6.2"] build-backend = "setuptools.build_meta" [project] @@ -14,8 +14,7 @@ keywords = ["schema", "validation", "data", "web", "fo { name = "Thomas Waldmann", email = "tw@waldmann-edv.de" } ] keywords = ["schema", "validation", "data", "web", "form", "forms", "roundtrip"] -license = "MIT" -license-files = ["LICENSE", "AUTHORS"] +license = { text = "MIT" } classifiers = [ "Development Status :: 4 - Beta", "Environment :: Web Environment",