Skip to content

Commit 2debdb9

Browse files
committed
build: work around layout
Signed-off-by: nstarman <[email protected]>
1 parent 45edfbd commit 2debdb9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ requires = ["setuptools>=42", "wheel"]
8181
build-backend = "setuptools.build_meta"
8282

8383

84+
# NOTE: this can be simplified using src-layout
85+
[tool.setuptools]
86+
packages = ["numpyro"]
87+
88+
8489
[tool.ruff]
8590
# Exclude a variety of commonly ignored directories.
8691
exclude = [

0 commit comments

Comments
 (0)