Skip to content

Commit

Permalink
Merge pull request #381 from testing-cabal/nested-packages
Browse files Browse the repository at this point in the history
Fix installing nested packages
  • Loading branch information
jelmer authored Jun 10, 2024
2 parents 8b083d3 + a128da4 commit ac6919f
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 @@ -50,7 +50,7 @@ Homepage = "https://github.com/testing-cabal/testtools"
include-package-data = false

[tool.setuptools.packages.find]
include = ["testtools"]
include = ["testtools*"]
exclude = ["man*"]

[tool.files]
Expand Down

0 comments on commit ac6919f

Please sign in to comment.