From ee58b1b8a4cfd24c34edbd3a3e6a717ae311cea5 Mon Sep 17 00:00:00 2001 From: Konrad Weihmann Date: Sun, 24 Mar 2024 15:01:17 +0100 Subject: [PATCH] MANIFEST.in: exclude tests from sdist even if some might disagree, but sdist should give the sources to cross compile and not the full code to develop against. For that git should be number one choice. In the previous tarball still tests/customrules were deployed Signed-off-by: Konrad Weihmann --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index bb910ebb..c3dd2cd0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ include README.md include LICENSE include requirements.txt +prune tests/*