We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49726ca commit 68ac812Copy full SHA for 68ac812
MANIFEST.in
@@ -19,4 +19,3 @@ include tox.ini
19
include setuptools/tests/config/setupcfg_examples.txt
20
include setuptools/config/*.schema.json
21
global-exclude *.py[cod] __pycache__
22
-global-exclude ruff.toml
pyproject.toml
@@ -210,6 +210,9 @@ exclude = [
210
]
211
namespaces = true
212
213
+[tool.setuptools.exclude-package-data]
214
+"*" = ["ruff.toml"]
215
+
216
[tool.distutils.sdist]
217
formats = "zip"
218
0 commit comments