Skip to content

Commit 264c1fb

Browse files
committed
pyproject.toml: PEP 639 compatibility
Signed-off-by: Adam J. Stewart <[email protected]>
1 parent 519949a commit 264c1fb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[build-system]
22
requires = [
3-
# first version that supports Python 3.12; older versions may work
4-
# with previous Python versions, but are not tested
5-
"setuptools >= 66.1"
3+
# Required for PEP 639 support
4+
"setuptools >= 77"
65
]
76
build-backend = "setuptools.build_meta"
87

@@ -16,7 +15,7 @@ requires-python = ">=3.9"
1615

1716
description = "Foreign Function Interface for Python calling C code."
1817
readme = "README.md"
19-
license = { file = "LICENSE" }
18+
license = "MIT"
2019
classifiers = [
2120
"Programming Language :: Python",
2221
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)