Skip to content

Commit

Permalink
chore: include cuda kernels in sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Feb 7, 2023
1 parent db76e5f commit 3a7dec8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ init = "awkward.numba:_register"

[tool.hatch.build]
artifacts = [
"src/awkward/_connect/header-only"
"/src/awkward/_connect/header-only"
]

[tool.hatch.build.targets.wheel]
Expand All @@ -78,14 +78,16 @@ include = [
"/src",
"/tests",
"/tests-cuda",
"/tests-cuda-kernels",
"/docs-img",
"/docs",
"/CITATION.cff",
"/CONTRIBUTING.md",
"/README.md",
"/requirements-test.txt"
]
artefacts = [
"/tests-cuda-kernels",
]

[tool.hatch.metadata.hooks.fancy-pypi-readme]
content-type = "text/markdown"
Expand Down

0 comments on commit 3a7dec8

Please sign in to comment.