mirror of https://github.com/astral-sh/ruff
Remove unnecessary setuptools block
This commit is contained in:
parent
ca7c3c2175
commit
b9bb5acff8
|
|
@ -41,9 +41,3 @@ bindings = "bin"
|
|||
manifest-path = "ruff_cli/Cargo.toml"
|
||||
python-source = "python"
|
||||
strip = true
|
||||
|
||||
[tool.setuptools]
|
||||
license-files = [
|
||||
"LICENSE",
|
||||
"licenses/*",
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue