forked from opencybersecurityalliance/kestrel-lang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
49 lines (46 loc) · 1.09 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
[metadata]
name = kestrel-lang
version = 1.7.0
description = Kestrel Threat Hunting Language
long_description = file:README.rst
long_description_content_type = text/x-rst
keywords =
domain specific language
cyber threat hunting
extended detection and response
url = https://github.com/opencybersecurityalliance/kestrel-lang
license = Apache 2.0 License
classifiers =
Topic :: Security
Operating System :: OS Independent
Development Status :: 4 - Beta
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
project_urls =
Documentation = https://kestrel.readthedocs.io/
[options]
packages = find:
package_dir =
=src
scripts = bin/kestrel
python_requires = >= 3.8
install_requires =
pyyaml
lxml
pandas
requests
nest-asyncio>=1.5.6
lark>=1.1.5
pyarrow>=5.0.0
docker>=5.0.0
stix-shifter==5.3.0
stix-shifter-utils==5.3.0
firepit>=2.3.21
typeguard
tests_require =
pytest
[options.packages.find]
where = src
[options.package_data]
* = *.lark, *.yaml