From 88e204db9af893549748b9acce2b747ba29b5322 Mon Sep 17 00:00:00 2001 From: Schamper <1254028+Schamper@users.noreply.github.com> Date: Mon, 8 Dec 2025 17:03:14 +0100 Subject: [PATCH] Exclude test data in MANIFEST --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 9ae349b..23519f8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,4 @@ +exclude .gitattributes exclude .gitignore recursive-exclude .github/ * +recursive-exclude tests/_data/ *