-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
76 lines (73 loc) · 2.2 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[metadata]
name = iac-scan-runner
url = https://github.com/xlab-si/iac-scan-runner
project_urls =
Source Code = https://github.com/xlab-si/iac-scan-runner
Bug Tracker = https://github.com/xlab-si/iac-scan-runner/issues
Documentation = https://xlab-si.github.io/iac-scanner-docs/
Discussions = https://github.com/xlab-si/iac-scan-runner/discussions
Releases = https://github.com/xlab-si/iac-scan-runner/releases
Pre-releases = https://test.pypi.org/project/iac-scan-runner/#history
Docker = https://hub.docker.com/r/xscanner/runner
CI = https://github.com/xlab-si/iac-scan-runner/actions
author = XLAB d.o.o.
author_email = [email protected]
maintainer = xOpera team
maintainer_email = [email protected]
license_file = LICENSE
description = IaC Scan Runner CLI
long_description = file: README.md
long_description_content_type = text/markdown
keywords =
IaC
scan
scanner
inspector
runner
api
cli
quality
classifiers =
Development Status :: 2 - Pre-Alpha
Environment :: Console
Intended Audience :: Developers
Intended Audience :: System Administrators
Intended Audience :: Science/Research
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: POSIX
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Software Development
Topic :: Software Development :: Bug Tracking
Topic :: Software Development :: Quality Assurance
Topic :: Software Development :: Testing
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
[options]
package_dir =
= src
packages = find:
zip_safe = True
include_package_data = True
setup_requires =
setuptools_scm
install_requires =
typer
fastapi
uvicorn[standard]
python-multipart
pydantic
content-size-limit-asgi
PyYAML
pymongo == 4.2.0
schedule == 1.1.0
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
iac-scan-runner = iac_scan_runner.cli:cli