Skip to content

Commit c0e176f

Browse files
committed
Include cuda namespace package in pyproject.toml
Signed-off-by: Jay Gu <jagu@nvidia.com>
1 parent c3d3405 commit c0e176f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

experimental/cuda-lang/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ package-dir = {"" = "src"}
1818
[tool.setuptools.packages.find]
1919
where = ["src"]
2020
include = [
21+
"cuda",
2122
"cuda.lang",
2223
"cuda.lang.*",
2324
]

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ version = {file = "src/cuda/tile/VERSION"}
5353
[tool.setuptools.packages.find]
5454
where = ["src"]
5555
include = [
56+
"cuda",
5657
"cuda.tile",
5758
"cuda.tile.compilation",
5859
"cuda.tile._ir",

0 commit comments

Comments
 (0)