From c844430363f1bcad50038f86fc293120dad2eb62 Mon Sep 17 00:00:00 2001 From: matejcik Date: Mon, 26 Mar 2018 16:09:09 +0200 Subject: [PATCH] build: include relevant vendored files in sdist --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index c245d1bec6..f053067919 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,5 @@ recursive-include bash_completion.d *.sh include trezorlib/tests/txcache/*.json +include vendor/trezor-common/coins.json +include vendor/trezor-common/protob/*.proto include COPYING