-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
51 lines (48 loc) · 1.12 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[metadata]
name = cle
version = attr: cle.__version__
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
url = https://github.com/angr/cle
license = BSD-2-Clause
license_files = LICENSE
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options]
packages = find:
install_requires =
pefile
pyelftools>=0.27
pyvex==9.2.48.dev0
sortedcontainers>=2.0
python_requires = >=3.8
tests_require = cffi
[options.extras_require]
ar =
arpy==1.1.1
docs =
furo
myst-parser
sphinx
sphinx-autodoc-typehints
minidump =
minidump>=0.0.10
pcode =
pypcode>=1.1
testing =
cffi
xbe =
pyxbe==0.0.4
[options.package_data]
cle =
py.typed