Skip to content

Commit 09446a4

Browse files
committed
chore: exclude examples when build dists
1 parent 09306ae commit 09446a4

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
@@ -120,7 +120,7 @@ build-backend = "pdm.backend"
120120
version = {source="file", path="tortoise/__init__.py"}
121121

122122
[tool.pdm.build]
123-
excludes = ["./**/.git", "./**/.*_cache"]
123+
excludes = ["./**/.git", "./**/.*_cache", "examples"]
124124
include = ["CHANGELOG.rst", "LICENSE", "README.rst"]
125125

126126
[tool.mypy]

0 commit comments

Comments
 (0)