From efcc568910b3259ea5cd7f5aba12be02c8de3b45 Mon Sep 17 00:00:00 2001 From: Clemens Brunner Date: Tue, 15 Oct 2024 09:23:30 +0200 Subject: [PATCH] Exclude tests and sample-data --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b5dfad8..c5ac2eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,3 +36,9 @@ documentation = "https://wfdb.readthedocs.io/" [tool.black] line-length = 80 target-version = ['py37'] + +[tool.hatch.build.targets.sdist] +exclude = [ + "/tests", + "/sample-data", +]