mirror of https://github.com/astral-sh/ruff
Merge 5c2058fbe5 into b0bc990cbf
This commit is contained in:
commit
85df6e5014
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue