diff --git a/pyproject.toml b/pyproject.toml index 6b22b50cba..4ae04f64cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,10 +19,12 @@ classifiers = [ ] author = "Charlie Marsh" author_email = "charlie.r.marsh@gmail.com" -url = "https://github.com/charliermarsh/ruff" description = "An extremely fast Python linter, written in Rust." requires-python = ">=3.7" +[project.urls] +repository = "https://github.com/charliermarsh/ruff" + [build-system] requires = ["maturin>=0.13,<0.14"] build-backend = "maturin"