diff --git a/pyproject.toml b/pyproject.toml index cdaa907..ae17e58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["flit_core>=3.2.0,<4"] +requires = ["flit_core>=3.11.0,<4"] build-backend = "flit_core.buildapi" [project] @@ -9,11 +9,11 @@ description = "A lil' TOML writer" authors = [ { name = "Taneli Hukkinen", email = "hukkin@users.noreply.github.com" }, ] -license = { file = "LICENSE" } +license = "MIT" +license-files = ["LICENSE"] requires-python = ">=3.10" readme = "README.md" classifiers = [ - "License :: OSI Approved :: MIT License", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux",