Install elf,pe,macho_reader when installing python api

This commit is contained in:
Romain Thomas 2019-04-02 17:10:21 +02:00
parent 22cd81cfd8
commit f20b1600c9

View File

@ -18,6 +18,10 @@ install_requires =
colored colored
sphinx-paramlinks sphinx-paramlinks
sphinx_rtd_theme sphinx_rtd_theme
scripts =
examples/python/elf_reader.py
examples/python/pe_reader.py
examples/python/macho_reader.py
[build_sphinx] [build_sphinx]
project = LIEF project = LIEF