--- pyproject.toml.orig 2026-03-24 15:58:56 UTC +++ pyproject.toml @@ -1,6 +1,6 @@ requires = [ [build-system] requires = [ - "setuptools >= 80.10.2", + "setuptools", ] build-backend = "setuptools.build_meta" @@ -20,7 +20,7 @@ requires-python = ">=3.10" name = "cfn-lint" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" requires-python = ">=3.10" -license = "MIT-0" +license = {text = "MIT-0"} keywords = ["aws", "cloudformation", "lint"] authors = [ {email = "kddejong@amazon.com"},