From a128da419bec840830e73fc389c87ea2f4863dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Mon, 10 Jun 2024 13:51:51 +0100 Subject: [PATCH] Fix installing nested packages --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index efa58630..d3e385ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]