- Update WWW - Adjust options: - Remove PNG option: jpeg and zlib are required by default - Add AVIF option - Convert to USE_PYTHON=pytest Changes: https://github.com/python-pillow/Pillow/releases https://pillow.readthedocs.io/en/stable/releasenotes/
22 lines
461 B
TOML
22 lines
461 B
TOML
--- pyproject.toml.orig 2025-04-12 17:02:40 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,7 +1,7 @@ requires = [
|
|
[build-system]
|
|
build-backend = "backend"
|
|
requires = [
|
|
- "setuptools>=77",
|
|
+ "setuptools>=61",
|
|
]
|
|
backend-path = [
|
|
"_custom_build",
|
|
@@ -14,8 +14,7 @@ keywords = [
|
|
keywords = [
|
|
"Imaging",
|
|
]
|
|
-license = "MIT-CMU"
|
|
-license-files = [ "LICENSE" ]
|
|
+license = { text = "MIT-CMU" }
|
|
authors = [
|
|
{ name = "Jeffrey A. Clark", email = "aclark@aclark.net" },
|
|
]
|