1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +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:
matejcik 2018-05-30 15:04:58 +02:00
parent 9a27ada067
commit edfc857013

View File

@ -1,6 +1,9 @@
recursive-include bash_completion.d *.sh
include tools/*
include trezorlib/tests/txcache/*.json
include vendor/trezor-common/coins.json
include vendor/trezor-common/protob/*.proto
include COPYING
recursive-include vendor/trezor-common *
exclude vendor/trezor-common/.*
include COPYING CHANGELOG.md
include requirements*.txt