Skip to content

Commit

Permalink
make sure gala subpackages are in setuptools find
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Aug 10, 2023
1 parent 4810d41 commit 92a196b
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 @@ -86,7 +86,7 @@ build-backend = "setuptools.build_meta"

[tool.setuptools.packages.find]
where = ["."]
include = ["gala"]
include = ["gala", "gala.*"]

[tool.setuptools.package-data]
"*" = ["*.c"]
Expand Down

0 comments on commit 92a196b

Please sign in to comment.