diff --git a/pyproject.toml b/pyproject.toml index f5d66b8a7f..d2410334d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"