This commit is contained in:
Dimitri Papadopoulos Orfanos 2025-12-16 17:15:57 -05:00 committed by GitHub
commit 85df6e5014
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[build-system] [build-system]
requires = ["maturin>=1.9,<2.0"] requires = ["maturin>=1.9.3,<2.0"]
build-backend = "maturin" build-backend = "maturin"
[project] [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" }] authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }]
readme = "README.md" readme = "README.md"
requires-python = ">=3.7" requires-python = ">=3.7"
license = { file = "LICENSE" } license = "MIT"
license-files = ["LICENSE"]
keywords = [ keywords = [
"automation", "automation",
"flake8", "flake8",