forked from angr/cle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
36 lines (33 loc) · 871 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
32
33
34
35
36
[metadata]
name = cle
version = attr: cle.__version__
url = https://github.com/angr/cle
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
license = BSD 2 Clause
license_files = LICENSE
description = |
CLE Loads Everything (at least, many binary formats!) and provides a
pythonic interface to analyze what they are and what they would look like in
memory.
long_description = file: README.md
long_description_content_type = text/markdown
[options]
install_requires =
pyelftools >= 0.27
pyvex == 9.2.20.dev0
pefile
sortedcontainers >= 2.0
python_requires = >= 3.8
packages = find:
tests_require = cffi
[options.extras_require]
ar = arpy == 1.1.1
minidump = minidump >= 0.0.10
xbe = pyxbe == 0.0.4
testing = cffi
[options.package_data]
cle =
py.typed