LIEF/setup.cfg

33 lines
669 B
INI
Raw Normal View History

2019-03-31 10:15:08 +02:00
[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
2019-12-08 09:21:51 +01:00
python_requires = >=3.5
scripts =
examples/python/elf_reader.py
examples/python/pe_reader.py
examples/python/macho_reader.py
2019-03-31 10:15:08 +02:00
[build_sphinx]
project = LIEF
source-dir = doc/sphinx
config-dir = doc/sphinx
build-dir = doc/sphinx/_build
fresh-env = True
[build_ext]
inplace=1
2019-07-10 06:59:41 +02:00
[aliases]
dev = build -j8 develop --user