Skip to content

Commit 2e9a664

Browse files
Exclude Apple debugging artifacts from package builds (#3518)
Co-authored-by: Justin Mayer <[email protected]>
1 parent 098ec5b commit 2e9a664

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ source-includes = [
107107
"docs/changelog.rst",
108108
"samples/",
109109
]
110+
excludes = [
111+
"pelican/build/"
112+
]
110113

111114
[build-system]
112115
requires = ["pdm-backend"]

0 commit comments

Comments
 (0)