Include README.rst instead of README in manifest (#247)
authorOlof Johansson <olof@lixom.net>
Mon, 21 Oct 2019 12:18:44 +0000 (05:18 -0700)
committerEli Bendersky <eliben@users.noreply.github.com>
Mon, 21 Oct 2019 12:18:44 +0000 (05:18 -0700)
`setup.py bdist_wheel` warns about not finding README.

MANIFEST.in

index ea1b28f62aa7ed6fd200296cd6296cab538e3b51..e2c7667f59b402515829c92e7ca9eb981a6da132 100644 (file)
@@ -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