From 15bd2d5ea0d445b0d2b23c6fe8e93d8ae1661846 Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Sun, 17 Dec 2023 17:00:48 +0100 Subject: [PATCH] Exclude tests from the wheel distribution (#3522) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1407f087..edae0c91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ artifacts = ["/mkdocs/**/*.mo"] [tool.hatch.build.targets.sdist] include = ["/mkdocs"] [tool.hatch.build.targets.wheel] -exclude = ["/mkdocs/tests/integration", "*.po", "*.pot", "babel.cfg"] +exclude = ["/mkdocs/tests", "*.po", "*.pot", "babel.cfg"] [tool.hatch.build.hooks.custom] dependencies = [ "babel",