From 838620cf216dfbc051827938f1512fa10bf952db Mon Sep 17 00:00:00 2001 From: nstarman Date: Wed, 16 Oct 2024 17:53:21 -0400 Subject: [PATCH] build: try another package workaround Signed-off-by: nstarman --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 66b001c0d..b526f256c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]