Skip to content

Commit f54761b

Browse files
author
Nikolas Borrel-Jensen
committed
Fix package discovery to include all subpackages
1 parent 2622a66 commit f54761b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ test = [
4949
lint.ignore = ["E501", "E731"] # Ignore: line too long, lambda assignments
5050

5151
[tool.setuptools.packages.find]
52-
where = ["."]
53-
include = ["deeponet_acoustics*"]
5452
exclude = ["deeponet_acoustics.scripts*"]
5553

5654
[project.scripts]

0 commit comments

Comments
 (0)