Skip to content

Commit

Permalink
update tool.setuptools.packages.find
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Oct 24, 2023
1 parent dc02f8a commit 06cd91c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/recipes/cucim/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion python/cucim/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 06cd91c

Please sign in to comment.