MANIFEST tweaks + arranging examples to find elftools even if it's not installed
[pyelftools.git] / MANIFEST.in
1 recursive-include elftools *.py
2 recursive-include scripts *.py
3 recursive-include examples *.py *.elf
4 recursive-include test *.py *.elf
5 include README
6 include LICENSE
7 include CHANGES
8
9
10