diff --git a/pyproject.toml b/pyproject.toml index 438520fda72e8..c9cff39664a6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin>=1.9,<2.0"] +requires = ["maturin>=1.9.3,<2.0"] build-backend = "maturin" [project] @@ -9,7 +9,8 @@ description = "An extremely fast Python linter and code formatter, written in Ru authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }] readme = "README.md" requires-python = ">=3.7" -license = { file = "LICENSE" } +license = "MIT" +license-files = ["LICENSE"] keywords = [ "automation", "flake8",