--- pyproject.toml.orig 2026-03-31 08:47:26.000000000 -0700 +++ pyproject.toml 2026-04-13 08:48:41.665292000 -0700 @@ -6,7 +6,8 @@ readme = "README.md" # https://peps.python.org/pep-0621/#readme requires-python = ">=3.10" -license = "MIT" +# FreeBSD's py-setuptools 63.1.0 cannot handle the license expression +# license = "MIT" authors = [{ "name" = "Sorin Sbarnea", "email" = "ssbarnea@redhat.com" }] maintainers = [{ "name" = "Sorin Sbarnea", "email" = "ssbarnea@redhat.com" }] keywords = ["ansible"] @@ -76,7 +77,7 @@ [build-system] requires = [ "setuptools_scm[toml] >= 7.0.5", # required for "no-local-version" scheme - "setuptools >= 65.3.0", # required by pyproject+setuptools_scm integration and editable installs + "setuptools >= 63.1.0", # required by pyproject+setuptools_scm integration and editable installs ] build-backend = "setuptools.build_meta"