capstone/MANIFEST.in
Michael Cohen 4c1384fa31 Updated setup.py so it can build the capstone library by itself.
This is a requirement for an automated install via pip. After this change it
should be possible to depend on captone in pip and have it built automatically.
2014-11-15 22:15:12 +01:00

4 lines
100 B
Plaintext

recursive-include src *
recursive-include pyx *
recursive-include capstone *
include README setup.py