Skip to content

Commit

Permalink
fix: pyproject.toml missing modules
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Feb 20, 2024
1 parent 8277304 commit 4a4bf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Documentation = 'https://Loop3d.org/LoopStructural/'
version = { attr = 'LoopStructural.version.__version__' }

[tool.setuptools.packages.find]
include = ['LoopStructural']
include = ['LoopStructural', 'LoopStructural/*']

[tool.setuptools.package-data]
LoopStructural = [
Expand Down

0 comments on commit 4a4bf92

Please sign in to comment.