Skip to content

Commit

Permalink
build: try another package workaround
Browse files Browse the repository at this point in the history
Signed-off-by: nstarman <[email protected]>
  • Loading branch information
nstarman committed Oct 16, 2024
1 parent ac94371 commit 838620c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ build-backend = "setuptools.build_meta"


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


[tool.ruff]
Expand Down

0 comments on commit 838620c

Please sign in to comment.