-
Notifications
You must be signed in to change notification settings - Fork 66
/
setup.cfg
54 lines (49 loc) · 919 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[metadata]
name = binaryanalysis-ng
version = 0.0.1
author = Armijn Hemel
#author_email = ...
description = Binary Analysis Next Generation (BANG)
long_description_content_type = text/markdown
long_description = file: README.md
url = https://github.com/armijnhemel/binaryanalysis-ng
license_files = LICENSE
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU Affero General Public License v3
Operating System :: OS Independent
keywords =
binary analysis
[options]
package_dir =
= src
packages = find:
python_requires = >=3.6
install_requires =
deepdiff
pytest
kaitaistruct==0.9
parameterized
python-tlsh
python-snappy
Pillow
lz4
icalendar
dockerfile-parse
defusedxml
mutf8
brotli
pyaxmlparser
pyyaml
telfhash
python-lzo
zstd
protobuf
Click
tests_require =
pytest
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
bang=bang.cli:app