From 420d81bc1d563a9977650955c1ea9c1043b8f1b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis-Philippe=20V=C3=A9ronneau?= Date: Fri, 24 May 2024 17:04:14 -0400 Subject: [PATCH] Make sure all the test files are installed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Louis-Philippe Véronneau --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c328d9..9f23e46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ whipper = "whipper.command.main:main" namespaces = false [tool.setuptools.package-data] -"whipper" = ["test/*"] +"whipper" = ["test/**"] [tool.setuptools_scm] # Empty, but needed to enable SCM