Skip to content

Commit

Permalink
Try adding a * to the included modules
Browse files Browse the repository at this point in the history
I think the program might be failing to include submodules without this
*.
  • Loading branch information
AleksBekker committed Aug 4, 2023
1 parent 3d8f55c commit e4e40b9
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 @@ -52,7 +52,7 @@ testing = [

[tool.setuptools.packages.find]
where = ["src"]
include = ["macta"]
include = ["macta*"]
namespaces = false

[tool.setuptools.package-data]
Expand Down

0 comments on commit e4e40b9

Please sign in to comment.