Skip to content

Commit 68ac812

Browse files
carsonylabravalheri
authored andcommitted
Include ruff.toml in sdist but not wheel.
1 parent 49726ca commit 68ac812

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ include tox.ini
1919
include setuptools/tests/config/setupcfg_examples.txt
2020
include setuptools/config/*.schema.json
2121
global-exclude *.py[cod] __pycache__
22-
global-exclude ruff.toml

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,9 @@ exclude = [
210210
]
211211
namespaces = true
212212

213+
[tool.setuptools.exclude-package-data]
214+
"*" = ["ruff.toml"]
215+
213216
[tool.distutils.sdist]
214217
formats = "zip"
215218

0 commit comments

Comments
 (0)