Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[build-system]
requires = [
# first version that supports Python 3.12; older versions may work
# with previous Python versions, but are not tested
"setuptools >= 66.1"
# Required for PEP 639 support
"setuptools >= 77.0.3"
]
build-backend = "setuptools.build_meta"

Expand All @@ -16,7 +15,8 @@ requires-python = ">=3.9"

description = "Foreign Function Interface for Python calling C code."
readme = "README.md"
license = { file = "LICENSE" }
license = "MIT-0 AND MIT"
license-files = ["LICENSE", "src/c/libffi_x86_x64/LICENSE"]
Comment thread
adamjstewart marked this conversation as resolved.
Outdated
classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
Expand Down
Loading