Skip to content

Commit

Permalink
packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Nov 12, 2024
1 parent 3d9bdb2 commit 843ecf3
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,22 @@ test = ["pytest", "pytest-xdist", "bempp-cl[optional]"]
[build-system]
requires = ["setuptools"]

[tool.setuptools.packages.find]
where = [""]
include = ["bempp_cl"]
[tool.setuptools]
packages = [
"bempp_cl",
"bempp_cl.api",
"bempp_cl.api.assembly",
"bempp_cl.api.external",
"bempp_cl.api.fmm",
"bempp_cl.api.grid",
"bempp_cl.api.integration",
"bempp_cl.api.linalg",
"bempp_cl.api.operators",
"bempp_cl.api.operators.boundary",
"bempp_cl.api.operators.far_field",
"bempp_cl.api.operators.potential",
"bempp_cl.api.shapes",
"bempp_cl.api.space",
"bempp_cl.api.utils",
"bempp_cl.core"
]

0 comments on commit 843ecf3

Please sign in to comment.