From b433c629a79e8ea8e20f99337ce18c037c813215 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis-Philippe=20V=C3=A9ronneau?= Date: Fri, 17 May 2024 18:36:41 -0400 Subject: [PATCH] pyproject.toml: restrict what files are install, to not install __pycache__ artifacts 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 e65c325..3c328d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ whipper = "whipper.command.main:main" namespaces = false [tool.setuptools.package-data] -"whipper" = ["**"] +"whipper" = ["test/*"] [tool.setuptools_scm] # Empty, but needed to enable SCM