Tweak package metadata URLs, add changelog and docs (#4304)

This commit is contained in:
Marti Raudsepp 2023-05-09 18:32:47 +03:00 committed by GitHub
parent 99a755f936
commit f08fd5cbf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -39,7 +39,11 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"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]
bindings = "bin"