Skip to content

Commit 58e1ec7

Browse files
Merge PR pypa#1166: PEP 639 compliance
This merges the PEP 639 compliance changes from PR pypa#1166: - Updates license format from 'license.file' to 'license = "MIT"' - Bumps setuptools requirement to >=77.0.3 for PEP 639 support - Removes 'License :: OSI Approved :: MIT License' classifier (redundant with new license field) - License file auto-detection relies on setuptools defaults Co-authored-by: Dimitri Papadopoulos <[email protected]>
2 parents fecf4ff + 2121cde commit 58e1ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[build-system]
44
build-backend = "_own_version_helper:build_meta"
55
requires = [
6-
"setuptools>=61",
6+
"setuptools>=77.0.3",
77
"vcs-versioning",
88
'tomli<=2.0.2; python_version < "3.11"',
99
]

0 commit comments

Comments
 (0)