From 16ae793a50fe0c2094d5e4171389e9b29e3d03de Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Wed, 15 Dec 2021 17:30:04 +0100 Subject: [PATCH] PICARD-2362: Do not include __pycache__ dirs in sdist. --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index e9b560b83..7e494766a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -10,6 +10,8 @@ include *.txt recursive-include test *.py recursive-include test/data * +recursive-exclude test/data/testplugins/module/dummyplugin/__pycache__ * +recursive-exclude test/data/testplugins/singlefile/__pycache__ * exclude org.musicbrainz.Picard.appdata.xml exclude win-version-info.txt