--- pyproject.toml.orig 2026-02-20 20:14:45 UTC +++ pyproject.toml @@ -1,7 +1,7 @@ requires = [ [build-system] build-backend = "setuptools.build_meta" requires = [ - "setuptools >= 77.0.3" + "setuptools >= 61" ] [project] @@ -14,11 +14,7 @@ maintainers = [ maintainers = [ { name = "Jason Madden", email = "jason@seecoresoftware.com" } ] -license = "MIT AND PSF-2.0" -license-files = [ - 'LICENSE', - 'LICENSE.PSF', -] +license = { text = "MIT AND PSF-2.0" } classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers",