File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Build system requirements.
22[build-system ]
3- requires = [" flit_core >=3.4 ,<4" ]
3+ requires = [" flit_core >=3.11 ,<4" ]
44build-backend = " flit_core.buildapi"
55
66# Project metadata
@@ -10,7 +10,8 @@ version = "4.12.2"
1010description = " Backported and Experimental Type Hints for Python 3.8+"
1111readme = " README.md"
1212requires-python = " >=3.8"
13- license = { text = " PSF-2.0" }
13+ license = " PSF-2.0"
14+ license-files = [" LICENSE" ]
1415keywords = [
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" ,
You can’t perform that action at this time.
0 commit comments