diff --git a/pyproject.toml b/pyproject.toml index 57df9939c011f..012d38fbe9ac0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,6 +46,7 @@ Changelog = "https://github.com/charliermarsh/ruff/releases" [tool.maturin] bindings = "bin" manifest-path = "crates/ruff_cli/Cargo.toml" +module-name = "ruff" python-source = "python" strip = true