LIEF/setup.cfg
Romain Thomas 3a11b24798 Add alias
2019-07-10 06:59:41 +02:00

33 lines
669 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
[aliases]
dev = build -j8 develop --user