Skip to content

Commit

Permalink
Played a bit with the wheel.packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peguen committed Sep 19, 2024
1 parent 94ed8a8 commit cfad6da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ build-dir = "./_python_build" # Build directory for unisolated builds
install.components = ["python"] # CMake component to install
# Directory structure to copy as Python package, last path component is
# the package name
wheel.packages = ["lang/python/core/ecal", "lang/python/ecalhdf5/ecal"]
# wheel.packages = ["lang/python/core/ecal", "lang/python/ecalhdf5/ecal"]

[tool.scikit-build.data]
"lang/python/core/ecal" = "lang/python/core/ecal/*"
"lang/python/ecalhdf5/ecal" = "lang/python/ecalhdf5/ecal/*"
[tool.scikit-build.wheel.packages]
"ecal" = "lang/python/core/ecal/*"
"ecal" = "lang/python/ecalhdf5/ecal/*"

# Files to include in the source archive to build from
sdist.exclude = ["*"]
Expand Down

0 comments on commit cfad6da

Please sign in to comment.