Skip to content

Commit 5754928

Browse files
committed
Remove vendored license
Signed-off-by: Adam J. Stewart <ajstewart426@gmail.com>
1 parent d4ca023 commit 5754928

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

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

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

0 commit comments

Comments
 (0)