From e5686c24e33480aaad4070538c9631ee9ba4c6ba Mon Sep 17 00:00:00 2001 From: matejcik Date: Thu, 13 Jun 2024 13:04:45 +0200 Subject: [PATCH] build(python): update setuptools manifest --- python/MANIFEST.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python/MANIFEST.in b/python/MANIFEST.in index 4beada4d6b..a55bb16423 100644 --- a/python/MANIFEST.in +++ b/python/MANIFEST.in @@ -2,8 +2,12 @@ recursive-include bash_completion.d *.sh include tools/* graft src graft tests +graft stubs include AUTHORS README.md COPYING CHANGELOG.md include requirements*.txt +include tox.ini pyrightconfig.json exclude src/trezorlib/_proto_messages.mako exclude tests/*.bin +global-exclude *.pyc +global-exclude */__pycache__/*