1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-18 13:59:17 +00:00
trezor-firmware/python/MANIFEST.in
2024-06-25 13:43:13 +02:00

14 lines
315 B
Plaintext

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__/*