diff --git a/pyproject.toml b/pyproject.toml index 45fcbc0cf..b9d722dc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]