Skip to content

Commit d4ca023

Browse files
MIT-0 AND MIT
Co-authored-by: Dimitri Papadopoulos Orfanos <[email protected]>
1 parent de36519 commit d4ca023

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ requires-python = ">=3.9"
1515

1616
description = "Foreign Function Interface for Python calling C code."
1717
readme = "README.md"
18-
license = "MIT"
18+
license = "MIT-0 AND MIT"
19+
license-files = ["LICENSE", "src/c/libffi_x86_x64/LICENSE"]
1920
classifiers = [
2021
"Programming Language :: Python",
2122
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)