From 06cd91c30070eec9cf93f873b49ae4d052f9bf77 Mon Sep 17 00:00:00 2001 From: Gregory Lee Date: Tue, 24 Oct 2023 18:38:13 -0400 Subject: [PATCH] update tool.setuptools.packages.find --- conda/recipes/cucim/build.sh | 2 +- python/cucim/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/recipes/cucim/build.sh b/conda/recipes/cucim/build.sh index cd484ce48..3f26cb963 100644 --- a/conda/recipes/cucim/build.sh +++ b/conda/recipes/cucim/build.sh @@ -18,6 +18,6 @@ cp -P python/install/lib/* python/cucim/src/cucim/clara/ pushd python/cucim echo "PYTHON: ${PYTHON}" -$PYTHON -m pip install . +$PYTHON -m pip install . -vv popd diff --git a/python/cucim/pyproject.toml b/python/cucim/pyproject.toml index 6534906ba..7f022e46e 100644 --- a/python/cucim/pyproject.toml +++ b/python/cucim/pyproject.toml @@ -110,7 +110,7 @@ license-files = ["LICENSE"] include-package-data = true [tool.setuptools.packages.find] -where = ["src/cucim"] +where = ["src"] [tool.setuptools.package-data] mypkg = ["*.pyi", "*.h", "*.cu"]