Skip to content

Commit 66e8c25

Browse files
committed
chore: explicitly exclude examples when building
1 parent 7dca14e commit 66e8c25

File tree

2 files changed

+89
-89
lines changed

2 files changed

+89
-89
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ build-backend = "pdm.backend"
121121
version = {source="file", path="tortoise/__init__.py"}
122122

123123
[tool.pdm.build]
124-
excludes = ["./**/.git", "./**/.*_cache"]
124+
excludes = ["./**/.git", "./**/.*_cache", "examples"]
125125
include = ["CHANGELOG.rst", "LICENSE", "README.rst"]
126126

127127
[tool.mypy]

0 commit comments

Comments
 (0)