forked from angr/angr-management
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
52 lines (48 loc) · 1.19 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
52
[metadata]
name = angr-management
version = attr: angrmanagement.__version__
description = GUI for angr
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/angr/angr-management
license = BSD-2-Clause
license_files = LICENSE
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
[options]
packages = find:
install_requires =
PySide6-Essentials>=6.4.2
PySide6-QtAds
QtAwesome
QtPy~=2.3.0
angr[angrDB]==9.2.62.dev0
bidict
ipython
pyqodeng>=0.0.9
qtconsole==5.4.1
qtterm
requests[socks]
tomlkit
pyobjc-framework-Cocoa;platform_system == "Darwin"
thefuzz[speedup]
python_requires = >=3.8
include_package_data = True
[options.entry_points]
console_scripts =
angr-management = angrmanagement.__main__:main
[options.extras_require]
bintrace =
bintrace
pyinstaller =
pyinstaller==5.12.0
pillow;platform_system == "Darwin"
keystone-engine
archr==9.2.62.dev0;platform_system == "Linux"
[options.package_data]
angrmanagement =
resources/fonts/*.ttf
resources/images/*
resources/themes/**/*