Workaround for maturin bug (#4399)

This commit is contained in:
konstin
2023-05-12 20:55:55 +02:00
committed by GitHub
parent ebda9b31d9
commit 606b6ac3df

View File

@@ -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