Skip to content

Commit 6773840

Browse files
nicoddemusbluetech
andauthored
Apply PEP 639 (#13014)
* Apply PEP 639 * Update setuptools minimum to version supporting PEP 639 Prompted by this post https://bsky.app/profile/hynek.me/post/3lc5n7g6kr22f Ref: python-attrs/attrs#1377 --------- Co-authored-by: Ran Benita <[email protected]>
1 parent 748dae5 commit 6773840

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "setuptools.build_meta"
33
requires = [
4-
"setuptools>=61",
4+
"setuptools>=77",
55
"setuptools-scm[toml]>=6.2.3",
66
]
77

@@ -13,7 +13,8 @@ keywords = [
1313
"test",
1414
"unittest",
1515
]
16-
license = { text = "MIT" }
16+
license = "MIT"
17+
license-files = [ "LICENSE" ]
1718
authors = [
1819
{ name = "Holger Krekel" },
1920
{ name = "Bruno Oliveira" },
@@ -27,7 +28,6 @@ requires-python = ">=3.9"
2728
classifiers = [
2829
"Development Status :: 6 - Mature",
2930
"Intended Audience :: Developers",
30-
"License :: OSI Approved :: MIT License",
3131
"Operating System :: MacOS",
3232
"Operating System :: Microsoft :: Windows",
3333
"Operating System :: POSIX",

0 commit comments

Comments
 (0)