Skip to content

Commit 16011cc

Browse files
committed
fix: Exclude mypy cache folders from sdists
1 parent b6f10d8 commit 16011cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/pyproject.toml.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ getter = "scripts.get_version:get_version"
5555

5656
[tool.pdm.build]
5757
# Include as much as possible in the source distribution, to help redistributors.
58-
excludes = ["**/.pytest_cache"]
58+
excludes = ["**/.pytest_cache", "**/.mypy_cache"]
5959
source-includes = [
6060
"config",
6161
"docs",

0 commit comments

Comments
 (0)