From 186b6414b009601836aa23ee1f4cd4d11db28255 Mon Sep 17 00:00:00 2001 From: MrS0m30n3 Date: Wed, 28 Dec 2016 18:02:16 +0200 Subject: [PATCH] Second attempt to remove MO files from source distribution Python setup seems to include MO files by default so removing the 'recursive-include' entry from the MANIFEST.in file was not enough --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index bdfd28b..cac4349 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -10,3 +10,5 @@ include youtube_dl_gui/data/pixmaps/icons-license recursive-include youtube_dl_gui/data *.png *.ico recursive-include youtube_dl_gui/locale *.po + +recursive-exclude youtube_dl_gui/locale *.mo