From b9bb5acff8734f8a785419ea10aae04410cbc3fb Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Tue, 17 Jan 2023 21:17:37 -0500 Subject: [PATCH] Remove unnecessary setuptools block --- pyproject.toml | 6 ------ 1 file changed, 6 deletions(-) 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/*", -]