From e30889cdaf30b135dc8f6fa685104c3d4c172db3 Mon Sep 17 00:00:00 2001 From: Corentin Garcia Date: Sat, 13 Jul 2024 23:26:16 +0200 Subject: [PATCH] fix #57 - include tests in sdist --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0e846fb..99f986c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,6 +48,7 @@ version-file = "src/iniconfig/_version.py" [tool.hatch.build.targets.sdist] include = [ "/src", + "/testing", ] [tool.hatch.envs.test]