Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build system requirements.
[build-system]
requires = ["flit_core >=3.4,<4"]
requires = ["flit_core >=3.11,<4"]
build-backend = "flit_core.buildapi"

# Project metadata
Expand All @@ -10,7 +10,8 @@ version = "4.12.2"
description = "Backported and Experimental Type Hints for Python 3.8+"
readme = "README.md"
requires-python = ">=3.8"
license = { text = "PSF-2.0" }
license = "PSF-2.0"
license-files = ["LICENSE"]
keywords = [
"annotations",
"backport",
Expand All @@ -30,7 +31,6 @@ classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: Python Software Foundation License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
Expand Down
Loading