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