From 7072cf69b447ed56856647664741e3ba7555ae9a Mon Sep 17 00:00:00 2001 From: Micha Reiser Date: Wed, 11 Jun 2025 08:50:46 +0200 Subject: [PATCH] Remove rust-toolchain.toml from sdist (#17925) Closes https://github.com/astral-sh/ruff/issues/17909 --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2957b55d80..680b857edf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,9 +53,6 @@ exclude = [ "crates/ruff_linter/resources/test/fixtures/**/*", "crates/ruff_linter/src/rules/*/snapshots/**/*" ] -include = [ - "rust-toolchain.toml" -] [tool.ruff] target-version = "py38"