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 82310c4 commit 22814f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ install.components = ["python"] # CMake component to install
# wheel.packages = ["lang/python/core/ecal", "lang/python/ecalhdf5/ecal"]

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

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

0 comments on commit 22814f6

Please sign in to comment.