Skip to content

Commit

Permalink
Don't exclude src/test and website from sdist (AcademySoftwareFoundat…
Browse files Browse the repository at this point in the history
…ion#1857)

The source should appear in the sdist, since the build's cmake requires them.

Signed-off-by: Cary Phillips <cary@ilm.com>
  • Loading branch information
cary-ilm authored Oct 6, 2024
1 parent 937a0e7 commit 26fc443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ testpaths = ["tests"]

[tool.scikit-build]
wheel.expand-macos-universal-tags = true
sdist.exclude = [".github", "src/test", "src/examples", "website", "ASWF", "bazel", "share"]
sdist.exclude = [".github", "src/examples", "ASWF", "bazel", "share"]

# Only build the PyOpenEXR (cmake --build --target PyOpenEXR).
cmake.targets = ["PyOpenEXR"]
Expand Down

0 comments on commit 26fc443

Please sign in to comment.