Skip to content

Commit

Permalink
Fix exclude pattern on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsteger committed Jun 12, 2024
1 parent 611290e commit c3b7991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "netgen_occt"
version = "0.0.3"
version = "0.0.4"
description="Open CASCADE Technology libraries, used by Netgen Mesher"
requires-python = ">=3.8"
classifiers = [
Expand All @@ -15,7 +15,7 @@ build-backend = "scikit_build_core.build"
wheel.py-api = "py3"
experimental = true
wheel.install-dir = "/data"
wheel.exclude = ["**.dylib", "**.so", "share"]
wheel.exclude = ["*[a-zA-Z].dylib", "**.so", "share"]
install.strip = true
cmake.build-type = "Release"
# build-dir = "build_py/{wheel_tag}" # build debugging - set a build-directly
Expand Down

0 comments on commit c3b7991

Please sign in to comment.