Skip to content

Commit

Permalink
find
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Nov 11, 2024
1 parent 067e999 commit 5454afa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 5454afa

Please sign in to comment.