mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-27 18:32:34 +00:00
build: include all of trezor-common in MANIFEST
because now we are not simply copying the coins.json file but building it from several. For future-proofness, it's simply safer to include all of trezor-common.
This commit is contained in:
parent
9a27ada067
commit
edfc857013
@ -1,6 +1,9 @@
|
|||||||
recursive-include bash_completion.d *.sh
|
recursive-include bash_completion.d *.sh
|
||||||
include tools/*
|
include tools/*
|
||||||
include trezorlib/tests/txcache/*.json
|
include trezorlib/tests/txcache/*.json
|
||||||
include vendor/trezor-common/coins.json
|
|
||||||
include vendor/trezor-common/protob/*.proto
|
recursive-include vendor/trezor-common *
|
||||||
include COPYING
|
exclude vendor/trezor-common/.*
|
||||||
|
|
||||||
|
include COPYING CHANGELOG.md
|
||||||
|
include requirements*.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user