From 48523d3d5bdf393229234554aaf77e68ab629441 Mon Sep 17 00:00:00 2001 From: matejcik Date: Thu, 9 Dec 2021 13:36:03 +0100 Subject: [PATCH] chore(python): exclude mako template from distributed packages --- python/MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/python/MANIFEST.in b/python/MANIFEST.in index 4b9c1e7c4..91caf33ae 100644 --- a/python/MANIFEST.in +++ b/python/MANIFEST.in @@ -5,3 +5,4 @@ graft tests include AUTHORS README.md COPYING CHANGELOG.md include requirements*.txt +exclude src/trezorlib/_proto_messages.mako