File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ if [[ $(uname) != CYGWIN* ]]; then
5050 # Pyroma uses non-isolated build and fails with old setuptools
5151 if [[ $GHA_PYTHON_VERSION == 3.9 ]]; then
5252 # To match pyproject.toml
53- python3 -m pip install " setuptools>=67.8 "
53+ python3 -m pip install " setuptools>=77 "
5454 fi
5555
5656 # webp
Original file line number Diff line number Diff line change 11[build-system ]
22build-backend = " backend"
33requires = [
4- " setuptools>=67.8 " ,
4+ " setuptools>=77 " ,
55]
66backend-path = [
77 " _custom_build" ,
@@ -14,14 +14,14 @@ readme = "README.md"
1414keywords = [
1515 " Imaging" ,
1616]
17- license = { text = " MIT-CMU" }
17+ license = " MIT-CMU"
18+ license-files = [ " LICENSE" ]
1819authors = [
1920 { name = " Jeffrey A. Clark" , email = " aclark@aclark.net" },
2021]
2122requires-python = " >=3.9"
2223classifiers = [
2324 " Development Status :: 6 - Mature" ,
24- " License :: OSI Approved :: CMU License (MIT-CMU)" ,
2525 " Programming Language :: Python :: 3 :: Only" ,
2626 " Programming Language :: Python :: 3.9" ,
2727 " Programming Language :: Python :: 3.10" ,
You can’t perform that action at this time.
0 commit comments