forked from lief-project/LIEF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
31 lines (29 loc) · 944 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[metadata]
name = lief
author = Romain Thomas
author_email = contact@lief.re
description = Library to instrument executable formats
long_description = file: package/README.rst
long_description_content_type = text/x-rst; charset=UTF-8
url = https://github.com/lief-project/LIEF
keywords = parser, elf, pe, macho, reverse-engineering
license = Apache License 2.0
license_files =
LICENSE
project_urls =
Documentation=https://lief-project.github.io/doc/latest
Funding=https://lief-project.github.io/about
Source=https://github.com/lief-project/LIEF/
Tracker=https://github.com/lief-project/LIEF/issues
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.8
[build_ext]
inplace=1