Skip to content

Commit 838620c

Browse files
committed
build: try another package workaround
Signed-off-by: nstarman <[email protected]>
1 parent ac94371 commit 838620c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ build-backend = "setuptools.build_meta"
8282

8383

8484
# NOTE: this can be simplified using src-layout
85-
[tool.setuptools]
86-
packages = ["numpyro"]
85+
[tool.setuptools.packages.find]
86+
include = ["numpyro*"]
8787

8888

8989
[tool.ruff]

0 commit comments

Comments
 (0)