Skip to content

Commit 9692cde

Browse files
authored
Merge pull request #4652 from carsonyl/patch-1
Omit ruff config from wheel distributions
2 parents bf2ced2 + 499dc24 commit 9692cde

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,10 @@ exclude = [
210210
]
211211
namespaces = true
212212

213+
[tool.setuptools.exclude-package-data]
214+
# Remove ruff.toml when installing vendored packages (#4652)
215+
"*" = ["ruff.toml"]
216+
213217
[tool.distutils.sdist]
214218
formats = "zip"
215219

0 commit comments

Comments
 (0)