-- fix pyproject.toml license format to match PEP 621 specification -- reduce setuptools version requirement to match FreeBSD ports --- pyproject.toml.orig 2026-04-30 15:12:00 UTC +++ pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=64"] +requires = ["setuptools"] build-backend = "setuptools.build_meta" [project] @@ -7,8 +7,6 @@ readme = "README.rst" dynamic = ["version"] description = "An audio/acoustic activity detection and audio segmentation tool" readme = "README.rst" -license = "MIT" -license-files = ["LICENSE"] requires-python = ">=3.8" authors = [ { name = "Amine Sehili", email = "amine.sehili@gmail.com" },