--- pyproject.toml.orig 2025-12-14 18:36:55 UTC +++ pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=77.0.3"] +requires = ["setuptools"] build-backend = "setuptools.build_meta" [project] @@ -7,8 +7,6 @@ readme = { file = "setup/description_pypi.md", content authors = [{ name = "Veronica Berglyd Olsen", email = "code@vkbo.net" }] description = "A plain text editor for planning and writing novels" readme = { file = "setup/description_pypi.md", content-type = "text/markdown" } -license = "GPL-3.0-or-later AND Apache-2.0 AND CC-BY-4.0" -license-files = ["LICENSE.md", "setup/LICENSE-Apache-2.0.txt"] dynamic = ["version"] requires-python = ">=3.11" classifiers = [