From: Seva Alekseyev Date: Tue, 9 Aug 2022 22:51:27 +0000 (-0400) Subject: Include so, dat files in the test (#433) X-Git-Tag: v0.29~7 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b14841dedc329d1b72ec4974cdf04be82e227853;p=pyelftools.git Include so, dat files in the test (#433) Fixes #349 --- diff --git a/MANIFEST.in b/MANIFEST.in index e2c7667..b3d07d8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,7 @@ recursive-include elftools *.py recursive-include scripts *.py recursive-include examples *.py *.elf *.out -recursive-include test *.py *.elf *.arm *.mips *.o +recursive-include test *.py *.elf *.arm *.mips *.o *.so *.dat include README.rst include LICENSE include CHANGES