From dfdeaed76c4b84cbdc6ec1b451b8661f0a383593 Mon Sep 17 00:00:00 2001 From: Srinivas Edireswarapu - I17752 Date: Wed, 16 Oct 2024 09:51:52 +0530 Subject: [PATCH] Fixed python sdist build to add a missing cmake file --- python/MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/python/MANIFEST.in b/python/MANIFEST.in index c17c65085..e956a79bd 100644 --- a/python/MANIFEST.in +++ b/python/MANIFEST.in @@ -1,5 +1,6 @@ recursive-include lib *.c *.h atca_config.h.in CMakeLists.txt 90-cryptohid.rules recursive-include third_party *.c *.h recursive-include app *.c *.h +recursive-include lib/cmake *.cmake include cryptoauthlib/cryptoauth.json include MANIFEST.in setup.py setup.cfg README.md release_notes.md VERSION LICENSE.txt