mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 14:21:24 +00:00
Move top level ruff
into python
folder (#1806)
https://maturin.rs/project_layout.html#mixed-rustpython-project Resolves #1805
This commit is contained in:
parent
f450e2e79d
commit
9a07b0623e
3 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ urls = { repository = "https://github.com/charliermarsh/ruff" }
|
|||
|
||||
[tool.maturin]
|
||||
bindings = "bin"
|
||||
python-source = "python"
|
||||
strip = true
|
||||
|
||||
[tool.setuptools]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue