8000 Update flit to use PEP 639 (#530) · alvistack/python-typeshed@b931f1b · GitHub
[go: up one dir, main page]

Skip to content

Commit b931f1b

Browse files
authored
Update flit to use PEP 639 (python#530)
1 parent 2a4dead commit b931f1b

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,6 +1,6 @@
11
# Build system requirements.
22
[build-system]
3-
requires = ["flit_core >=3.4,<4"]
3+
requires = ["flit_core >=3.11,<4"]
44
build-backend = "flit_core.buildapi"
55

66
# Project metadata
@@ -10,7 +10,8 @@ version = "4.12.2"
1010
description = "Backported and Experimental Type Hints for Python 3.8+"
1111
readme = "README.md"
1212
requires-python = ">=3.8"
13-
license = { text = "PSF-2.0" }
13+
license = "PSF-2.0"
14+
license-files = ["LICENSE"]
1415
keywords = [
1516
"annotations",
1617
"backport",
@@ -30,7 +31,6 @@ classifiers = [
3031
"Development Status :: 5 - Production/Stable",
3132
"Environment :: Console",
3233
"Intended Audience :: Developers",
33-
"License :: OSI Approved :: Python Software Foundation License",
3434
"Operating System :: OS Independent",
3535
"Programming Language :: Python :: 3",
3636
"Programming Language :: Python :: 3 :: Only",

0 commit comments

Comments
 (0)
0