Skip to content

Commit 5e77f7f

Browse files
committed
build: Exclude mypy cache from dists
Issue-71: #71
1 parent 47238d4 commit 5e77f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ getter = "scripts.get_version:get_version"
5757

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

0 commit comments

Comments
 (0)