2016-11-27 12:42:43 +00:00
|
|
|
recursive-include bash_completion.d *.sh
|
2018-03-26 16:14:42 +00:00
|
|
|
include tools/*
|
2019-08-06 14:26:23 +00:00
|
|
|
graft src
|
|
|
|
graft tests
|
2024-06-13 11:04:45 +00:00
|
|
|
graft stubs
|
2018-05-30 13:04:58 +00:00
|
|
|
|
2018-06-21 14:28:34 +00:00
|
|
|
include AUTHORS README.md COPYING CHANGELOG.md
|
2018-05-30 13:04:58 +00:00
|
|
|
include requirements*.txt
|
2024-06-13 11:04:45 +00:00
|
|
|
include tox.ini pyrightconfig.json
|
2021-12-09 12:36:03 +00:00
|
|
|
exclude src/trezorlib/_proto_messages.mako
|
2022-11-04 09:01:46 +00:00
|
|
|
exclude tests/*.bin
|
2024-06-13 11:04:45 +00:00
|
|
|
global-exclude *.pyc
|
|
|
|
global-exclude */__pycache__/*
|