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 1ed3888 commit 4df8450Copy full SHA for 4df8450
pyproject.toml
@@ -15,7 +15,8 @@ requires-python = ">=3.9"
15
16
description = "Foreign Function Interface for Python calling C code."
17
readme = {file = "README.md", content-type = "text/markdown"}
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