4
0
mirror of https://github.com/QuasarApp/LIEF.git synced 2025-05-14 12:19:33 +00:00
LIEF/setup.cfg
2019-04-15 21:01:35 +02:00

30 lines
627 B
INI

[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 = >=2.7
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