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 1
1
[build-system ]
2
- requires = [" flit_core >=3.2 ,<4" ]
2
+ requires = [" flit_core >=3.12 ,<4" ]
3
3
build-backend = " flit_core.builda
8000
pi"
4
4
5
5
[project ]
6
6
name = " more-itertools"
7
7
authors = [{name = " Erik Rose" , email = " erikrose@grinchcentral.com" }]
8
8
readme = " README.rst"
9
9
requires-python = " >=3.9"
10
- license = {file = " LICENSE" }
10
+ license = " MIT"
11
+ license-files = [" LICENSE" ]
11
12
keywords = [
12
13
" itertools" ,
13
14
" iterator" ,
@@ -22,7 +23,6 @@ classifiers = [
22
23
" Development Status :: 5 - Production/Stable" ,
23
24
" Intended Audience :: Developers" ,
24
25
" Natural Language :: English" ,
25
- " License :: OSI Approved :: MIT License" ,
26
26
" Programming Language :: Python :: 3" ,
27
27
" Programming Language :: Python :: 3.9" ,
28
28
" Programming Language :: Python :: 3.10" ,
You can’t perform that action at this time.
0 commit comments