File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ if [[ $(uname) != CYGWIN* ]]; then
50
50
# Pyroma uses non-isolated build and fails with old setuptools
51
51
if [[ $GHA_PYTHON_VERSION == 3.9 ]]; then
52
52
# To match pyproject.toml
53
- python3 -m pip install " setuptools>=67.8 "
53
+ python3 -m pip install " setuptools>=77 "
54
54
fi
55
55
56
56
# webp
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
2
build-backend = " backend"
3
3
requires = [
4
- " setuptools>=67.8 " ,
4
+ " setuptools>=77 " ,
5
5
]
6
6
backend-path = [
7
7
" _custom_build" ,
@@ -14,14 +14,14 @@ readme = "README.md"
14
14
keywords = [
15
15
" Imaging" ,
16
16
]
17
- license = { text = " MIT-CMU" }
17
+ license = " MIT-CMU"
18
+ license-files = [ " LICENSE" ]
18
19
authors = [
19
20
{
name =
" Jeffrey A. Clark" ,
email =
" [email protected] " },
20
21
]
21
22
requires-python = " >=3.9"
22
23
classifiers = [
23
24
" Development Status :: 6 - Mature" ,
24
- " License :: OSI Approved :: CMU License (MIT-CMU)" ,
25
25
" Programming Language :: Python :: 3 :: Only" ,
26
26
" Programming Language :: Python :: 3.9" ,
27
27
" Programming Language :: Python :: 3.10" ,
You can’t perform that action at this time.
0 commit comments