mirror of https://github.com/astral-sh/ruff
Change URL to comply with PEP 621 (#173)
This commit is contained in:
parent
dfba1416b2
commit
320737f6e4
|
|
@ -19,10 +19,12 @@ classifiers = [
|
||||||
]
|
]
|
||||||
author = "Charlie Marsh"
|
author = "Charlie Marsh"
|
||||||
author_email = "charlie.r.marsh@gmail.com"
|
author_email = "charlie.r.marsh@gmail.com"
|
||||||
url = "https://github.com/charliermarsh/ruff"
|
|
||||||
description = "An extremely fast Python linter, written in Rust."
|
description = "An extremely fast Python linter, written in Rust."
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.7"
|
||||||
|
|
||||||
|
[project.urls]
|
||||||
|
repository = "https://github.com/charliermarsh/ruff"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["maturin>=0.13,<0.14"]
|
requires = ["maturin>=0.13,<0.14"]
|
||||||
build-backend = "maturin"
|
build-backend = "maturin"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue