Skip to content

Commit ac6919f

Browse files
authored
Merge pull request #381 from testing-cabal/nested-packages
Fix installing nested packages
2 parents 8b083d3 + a128da4 commit ac6919f

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
@@ -50,7 +50,7 @@ Homepage = "https://github.com/testing-cabal/testtools"
5050
include-package-data = false
5151

5252
[tool.setuptools.packages.find]
53-
include = ["testtools"]
53+
include = ["testtools*"]
5454
exclude = ["man*"]
5555

5656
[tool.files]

0 commit comments

Comments
 (0)