mirror of https://github.com/astral-sh/ruff
Tweak package metadata URLs, add changelog and docs (#4304)
This commit is contained in:
parent
99a755f936
commit
f08fd5cbf0
|
|
@ -39,7 +39,11 @@ classifiers = [
|
||||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||||
"Topic :: Software Development :: Quality Assurance",
|
"Topic :: Software Development :: Quality Assurance",
|
||||||
]
|
]
|
||||||
urls = { repository = "https://github.com/charliermarsh/ruff" }
|
|
||||||
|
[project.urls]
|
||||||
|
Repository = "https://github.com/charliermarsh/ruff"
|
||||||
|
Documentation = "https://beta.ruff.rs/docs/"
|
||||||
|
Changelog = "https://github.com/charliermarsh/ruff/releases"
|
||||||
|
|
||||||
[tool.maturin]
|
[tool.maturin]
|
||||||
bindings = "bin"
|
bindings = "bin"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue