diff --git a/pyproject.toml b/pyproject.toml index 6dca0a70b6..79cf4714f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,9 +41,3 @@ bindings = "bin" manifest-path = "ruff_cli/Cargo.toml" python-source = "python" strip = true - -[tool.setuptools] -license-files = [ - "LICENSE", - "licenses/*", -]