Skip to content

Commit

Permalink
Include ruff.toml in sdist but not wheel.
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonyl committed Sep 27, 2024
1 parent cbfdefb commit bf26a79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ include tox.ini
include setuptools/tests/config/setupcfg_examples.txt
include setuptools/config/*.schema.json
global-exclude *.py[cod] __pycache__
global-exclude ruff.toml
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@ exclude = [
]
namespaces = true

[tool.setuptools.exclude-package-data]
"*" = ["ruff.toml"]

[tool.distutils.sdist]
formats = "zip"

Expand Down

0 comments on commit bf26a79

Please sign in to comment.