Skip to content

Commit 108403c

Browse files
Fix package discovery rule
1 parent 7f5dc94 commit 108403c

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
@@ -31,7 +31,7 @@ tests = ["pytest", "pytest-mock"]
3131

3232
[tool.setuptools.packages.find]
3333
where = ["."]
34-
include = ["xobjects"]
34+
include = ["xobjects*"]
3535

3636
[tool.setuptools.dynamic]
3737
version = {attr = "xobjects._version.__version__"}

0 commit comments

Comments
 (0)