File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Build system requirements.
2
2
[build-system ]
3
- requires = [" flit_core >=3.4 ,<4" ]
3
+ requires = [" flit_core >=3.11 ,<4" ]
4
4
build-backend = " flit_core.buildapi"
5
5
6
6
# Project metadata
@@ -10,7 +10,8 @@ version = "4.12.2"
10
10
description = " Backported and Experimental Type Hints for Python 3.8+"
11
11
readme = " README.md"
12
12
requires-python = " >=3.8"
13
- license = { text = " PSF-2.0" }
13
+ license = " PSF-2.0"
14
+ license-files = [" LICENSE" ]
14
15
keywords = [
15
16
" annotations" ,
16
17
" backport" ,
@@ -30,7 +31,6 @@ classifiers = [
30
31
" Development Status :: 5 - Production/Stable" ,
31
32
" Environment :: Console" ,
32
33
" Intended Audience :: Developers" ,
33
- " License :: OSI Approved :: Python Software Foundation License" ,
34
34
" Operating System :: OS Independent" ,
35
35
" Programming Language :: Python :: 3" ,
36
36
" Programming Language :: Python :: 3 :: Only" ,
You can’t perform that action at this time.
0 commit comments