Files
picard/MANIFEST.in
Philipp Wolfer 4529031a5a Include resources/images and image compile tools in source archives
This gives users of the source the ability to manipulate those files
instead of just receiving the compiled resources.py (which essentially
is just an unmodifieable binary dump).
2023-08-16 11:38:21 +02:00

21 lines
457 B
Plaintext

graft po
recursive-include scripts *.in
recursive-exclude scripts picard
include *.in
include *.md
include *.txt
recursive-include resources *.py
recursive-include resources/images *
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