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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,7 @@ Changelog = "https://github.com/charliermarsh/ruff/releases"
[tool.maturin] [tool.maturin]
bindings = "bin" bindings = "bin"
manifest-path = "crates/ruff_cli/Cargo.toml" manifest-path = "crates/ruff_cli/Cargo.toml"
module-name = "ruff"
python-source = "python" python-source = "python"
strip = true strip = true