We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f10d8 commit 16011ccCopy full SHA for 16011cc
project/pyproject.toml.jinja
@@ -55,7 +55,7 @@ getter = "scripts.get_version:get_version"
55
56
[tool.pdm.build]
57
# Include as much as possible in the source distribution, to help redistributors.
58
-excludes = ["**/.pytest_cache"]
+excludes = ["**/.pytest_cache", "**/.mypy_cache"]
59
source-includes = [
60
"config",
61
"docs",
0 commit comments