From fef998bc1f7c75c74f5258620430b359ef5bdf3c Mon Sep 17 00:00:00 2001 From: matejcik Date: Fri, 4 Nov 2022 10:01:46 +0100 Subject: [PATCH] build(python): exclude downloaded firmwares from sdist --- python/MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/python/MANIFEST.in b/python/MANIFEST.in index 91caf33ae..4beada4d6 100644 --- a/python/MANIFEST.in +++ b/python/MANIFEST.in @@ -6,3 +6,4 @@ graft tests include AUTHORS README.md COPYING CHANGELOG.md include requirements*.txt exclude src/trezorlib/_proto_messages.mako +exclude tests/*.bin