-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpyproject.toml
67 lines (59 loc) · 1.81 KB
/
pyproject.toml
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
[project]
version = "0.4.0"
name = "spsdk_plugins"
[tool.release-tools]
disabled = ['docs']
[tool.release-tools.clr]
install_hook = ['uv pip install nox tomli', "nox --session venv --no-venv"]
# TODO: Move this to sub_project once this ticket is done: SPSDK-4495
excluded_files = ["pqc/spsdk_pqc/liboqs_oqs.py"]
package_directories = [
"codecheck",
"keyfactor",
"jlink",
"mcu_link",
"lauterbach",
"pemicro",
"pkcs11",
"pqc",
"pylint_plugins",
"pyocd",
]
[tool.release-tools.blackduck.env]
PROTEX_PROJECT_ID = "c_spsdk_plugins_automation_22659"
PROTEX_TEMPLATE = "t_reportwithobligations_7215"
[tool.release-tools.scr]
scr_file = "SW_Content_Register_SPSDK_plugins.txt"
[tool.release-tools.scr.sub_projects]
codecheck = { scr_file = "SW_Content_Register_codecheck.txt" }
mcu_link = { scr_file = "SW_Content_Register_spsdk_mcu_link.txt" }
keyfactor = { scr_file = "SW_Content_Register_spsdk_keyfactor.txt" }
jlink = { scr_file = "SW_Content_Register_spsdk_jlink.txt" }
lauterbach = { scr_file = "SW_Content_Register_spsdk_lauterbach.txt" }
pemicro = { scr_file = "SW_Content_Register_spsdk_pemicro.txt" }
pkcs11 = { scr_file = "SW_Content_Register_spsdk_pkcs11.txt" }
pqc = { scr_file = "SW_Content_Register_spsdk_pqc.txt" }
pylint_plugins = { scr_file = "SW_Content_Register_spsdk_pylint_plugins.txt" }
pyocd = { scr_file = "SW_Content_Register_spsdk_PyOCD.txt" }
[tool.release-tools.testpypi.sub_projects]
"codecheck" = { test_cmd = "codecheck --help" }
"keyfactor" = {}
"jlink" = {}
"mcu_link" = {}
"lauterbach" = {}
"pemicro" = {}
"pkcs11" = {}
"pqc" = {}
"pylint_plugins" = {}
"pyocd" = {}
[tool.release-tools.test_artifacts_collector.sub_projects]
"codecheck" = {}
"keyfactor" = {}
"jlink" = {}
"mcu_link" = {}
"lauterbach" = {}
"pemicro" = {}
"pkcs11" = {}
"pqc" = {}
"pylint_plugins" = {}
"pyocd" = {}