Browse Source

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
doc-issue-template
MrS0m30n3 7 years ago
parent
commit
186b6414b0
1 changed files with 2 additions and 0 deletions
  1. 2
      MANIFEST.in

2
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/data *.png *.ico
recursive-include youtube_dl_gui/locale *.po recursive-include youtube_dl_gui/locale *.po
recursive-exclude youtube_dl_gui/locale *.mo
Loading…
Cancel
Save