From: Olof Johansson Date: Mon, 21 Oct 2019 12:18:44 +0000 (-0700) Subject: Include README.rst instead of README in manifest (#247) X-Git-Tag: v0.26~4 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e43567d1d1ed5d71e710d1166b4db9f56f6627c;p=pyelftools.git Include README.rst instead of README in manifest (#247) `setup.py bdist_wheel` warns about not finding README. --- diff --git a/MANIFEST.in b/MANIFEST.in index ea1b28f..e2c7667 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,7 +2,7 @@ recursive-include elftools *.py recursive-include scripts *.py recursive-include examples *.py *.elf *.out recursive-include test *.py *.elf *.arm *.mips *.o -include README +include README.rst include LICENSE include CHANGES include tox.ini