加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 669 Bytes
一键复制 编辑 原始数据 按行查看 历史
rthomas 提交于 2019-12-08 09:21 . Set Python 3.5 as the minimum version
[metadata]
name = lief
author = Romain Thomas
author_email = rthomas@quarkslab.com
classifiers =
Development Status :: 4 - Beta
Programming Language :: Python
Programming Language :: C++
Topic :: Software Development :: Libraries
[options]
zip_safe = False
packages = find:
include_package_data = True
python_requires = >=3.5
scripts =
examples/python/elf_reader.py
examples/python/pe_reader.py
examples/python/macho_reader.py
[build_sphinx]
project = LIEF
source-dir = doc/sphinx
config-dir = doc/sphinx
build-dir = doc/sphinx/_build
fresh-env = True
[build_ext]
inplace=1
[aliases]
dev = build -j8 develop --user
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化