8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfdd9f3 commit 8820a12Copy full SHA for 8820a12
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools>=75.0"]
+requires = ["setuptools>=77.0.3"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
@@ -10,12 +10,11 @@ readme = "README.md"
10
authors = [
11
{name = "The mypy developers", email = "jukka.lehtosalo@iki.fi"}
12
]
13
-license = {text = "MIT"}
+license = "MIT"
14
classifiers = [
15
"Development Status :: 5 - Production/Stable",
16
"Environment :: Console",
17
"Intended Audience :: Developers",
18
- "License :: OSI Approved :: MIT License",
19
"Programming Language :: Python :: 3",
20
"Programming Language :: Python :: 3.9",
21
"Programming Language :: Python :: 3.10",
0 commit comments