8000 Update setuptools for PEP 639 · python/mypy_extensions@8820a12 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8820a12

Browse files
committed
Update setuptools for PEP 639
1 parent bfdd9f3 commit 8820a12

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=75.0"]
2+
requires = ["setuptools>=77.0.3"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -10,12 +10,11 @@ readme = "README.md"
1010
authors = [
1111
{name = "The mypy developers", email = "jukka.lehtosalo@iki.fi"}
1212
]
13-
license = {text = "MIT"}
13+
license = "MIT"
1414
classifiers = [
1515
"Development Status :: 5 - Production/Stable",
1616
"Environment :: Console",
1717
"Intended Audience :: Developers",
18-
"License :: OSI Approved :: MIT License",
1918
"Programming Language :: Python :: 3",
2019
"Programming Language :: Python :: 3.9",
2120
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)
0