We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de36519 commit d4ca023Copy full SHA for d4ca023
pyproject.toml
@@ -15,7 +15,8 @@ requires-python = ">=3.9"
15
16
description = "Foreign Function Interface for Python calling C code."
17
readme = "README.md"
18
-license = "MIT"
+license = "MIT-0 AND MIT"
19
+license-files = ["LICENSE", "src/c/libffi_x86_x64/LICENSE"]
20
classifiers = [
21
"Programming Language :: Python",
22
"Programming Language :: Python :: 3",
0 commit comments