mirror of https://github.com/astral-sh/ruff
Workaround for maturin bug (#4399)
This commit is contained in:
parent
ebda9b31d9
commit
606b6ac3df
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue