Skip to content

Commit c627f6f

Browse files
Allow more types of licenses
1 parent 8e90a87 commit c627f6f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ authorized_licenses = [
6969
"MIT",
7070
"Apache Software",
7171
"Apache-2.0",
72-
"Python Software Foundation"
72+
"Python Software Foundation",
73+
"Apache-2.0 AND MIT",
74+
"PSF-2.0"
7375
]
7476

7577

0 commit comments

Comments
 (0)