projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d1a498
)
Include README.rst instead of README in manifest (#247)
author
Olof Johansson
<olof@lixom.net>
Mon, 21 Oct 2019 12:18:44 +0000
(
05:18
-0700)
committer
Eli 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
patch
|
blob
|
history
diff --git
a/MANIFEST.in
b/MANIFEST.in
index ea1b28f62aa7ed6fd200296cd6296cab538e3b51..e2c7667f59b402515829c92e7ca9eb981a6da132 100644
(file)
--- 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