From 068da604c2142e173817dc508dc510bee7ab6b64 Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Mon, 4 May 2020 13:15:39 +0200 Subject: Fix MANIFEST.in An update of check-manifest shone some light on some issues with MANIFEST.in, specifically that we didn't ignore/prune the contrib directory, and that we were using prune instead of exclude for files. This fixes both issues. Fixes #7403 --- changelog.d/7404.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/7404.misc (limited to 'changelog.d/7404.misc') diff --git a/changelog.d/7404.misc b/changelog.d/7404.misc new file mode 100644 index 0000000000..9ac17958cc --- /dev/null +++ b/changelog.d/7404.misc @@ -0,0 +1 @@ +Fix issues with the Python package manifest. -- cgit 1.5.1