Remove unnecessary setuptools block

This commit is contained in:
Charlie Marsh 2023-01-17 21:17:37 -05:00
parent ca7c3c2175
commit b9bb5acff8

View file

@ -41,9 +41,3 @@ bindings = "bin"
manifest-path = "ruff_cli/Cargo.toml"
python-source = "python"
strip = true
[tool.setuptools]
license-files = [
"LICENSE",
"licenses/*",
]