youtube-dl-gui/MANIFEST.in
MrS0m30n3 186b6414b0 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
2016-12-28 18:02:16 +02:00

15 lines
299 B
Plaintext

include TODO
include AUTHORS
include LICENSE
include README.md
include tests/*.py
include locale_build/*
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