Skip to content

Commit

Permalink
Added build.data to scikit
Browse files Browse the repository at this point in the history
  • Loading branch information
Peguen committed Sep 19, 2024
1 parent 2a7d35f commit 94ed8a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ install.components = ["python"] # CMake component to install
# the package name
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/*"

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

0 comments on commit 94ed8a8

Please sign in to comment.