From 5454afa35e0e8e70b1cebff14e6bb2fb3a1332de Mon Sep 17 00:00:00 2001 From: Matthew Scroggs Date: Mon, 11 Nov 2024 15:47:11 +0000 Subject: [PATCH] find --- pyproject.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5fc61aa..a3dcfd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,5 +21,9 @@ optional = ["matplotlib"] style = ["pydocstyle", "flake8"] test = ["pytest", "pytest-xdist", "bempp-cl[optional]"] -[tool.setuptools] -packages = ["bempp_cl", "bempp_cl.api", "bempp_cl.core"] +[build-system] +requires = ["setuptools"] + +[tool.setuptools.packages.find] +where = [""] +include = ["bempp_cl"]