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 7dca14e commit 66e8c25Copy full SHA for 66e8c25
pyproject.toml
@@ -121,7 +121,7 @@ build-backend = "pdm.backend"
121
version = {source="file", path="tortoise/__init__.py"}
122
123
[tool.pdm.build]
124
-excludes = ["./**/.git", "./**/.*_cache"]
+excludes = ["./**/.git", "./**/.*_cache", "examples"]
125
include = ["CHANGELOG.rst", "LICENSE", "README.rst"]
126
127
[tool.mypy]
0 commit comments