forked from CERT-Polska/Artemis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
45 lines (39 loc) · 1.11 KB
/
Copy pathpyproject.toml
File metadata and controls
45 lines (39 loc) · 1.11 KB
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
[tool.isort]
profile = "black"
[tool.black]
line-length = 120
[tool.liccheck]
authorized_licenses = [
"bsd",
"apache 2.0",
"Apache-2.0",
"Apache-2.0 AND MIT",
"BSD-2-Clause",
"BSD-3-Clause",
"MIT AND Python-2.0",
"Apache License 2.0",
"apache software",
"isc",
"isc license (iscl)",
"LGPL-2.1",
"gnu lesser general public license v2 or later (lgplv2+)",
"gnu library or lesser general public license (lgpl)",
"mozilla public license 2.0 (mpl 2.0)",
"mit",
"python software foundation",
"PSF-2.0",
"MIT AND PSF-2.0",
"the unlicense (unlicense)",
"Apache-2.0 AND BSD-2-Clause",
"MPL-2.0 AND MIT",
]
[tool.liccheck.authorized_packages]
# The license name in the package is too generic ("DFSG approved") to be whitelisted in `authorized_licenses`
dkimpy = "1.1.8"
# BSD, not properly provided in package metadata
karton-core = "5.0.0"
libmailgoose = "1.3.3"
# Apache 2, not properly provided in package metadata
aiofiles = "0.7.0"
# Apache 2 (https://github.com/c0fec0de/anytree), not properly provided in package metadata
anytree = "2.11.1"