Skip to content

Commit a7e76ba

Browse files
committed
Fix subpackages not being included in install
1 parent cb55d20 commit a7e76ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ build-backend = "setuptools.build_meta"
5858

5959
[tool.setuptools.packages.find]
6060
where = ["."]
61-
include = ["automata"]
61+
include = ["automata.*"]
6262
# Explicitly exclude other top-level items
6363
exclude = ["docs", "tests", "joss", "example_notebooks"]
6464

0 commit comments

Comments
 (0)