Skip to content

Commit 5285ae3

Browse files
pyproject.toml: PEP 639 compatibility (#209)
* pyproject.toml: PEP 639 compatibility Signed-off-by: Adam J. Stewart <ajstewart426@gmail.com> * setuptools 77.0.3+ Co-authored-by: Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com> * MIT-0 AND MIT Co-authored-by: Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com> * Remove vendored license Signed-off-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Signed-off-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com>
1 parent 3943685 commit 5285ae3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 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.0.3"
65
]
76
build-backend = "setuptools.build_meta"
87

@@ -16,7 +15,8 @@ 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-0"
19+
license-files = ["LICENSE"]
2020
classifiers = [
2121
"Programming Language :: Python",
2222
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)