You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/python/MANIFEST.in

14 lines
315 B

recursive-include bash_completion.d *.sh
include tools/*
graft src
graft tests
graft stubs
include AUTHORS README.md COPYING CHANGELOG.md
include requirements*.txt
include tox.ini pyrightconfig.json
exclude src/trezorlib/_proto_messages.mako
exclude tests/*.bin
global-exclude *.pyc
global-exclude */__pycache__/*