mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 01:16:16 +03:00
Move experimental notation
This commit is contained in:
parent
b397e3ee78
commit
a60a987866
2
setup.py
2
setup.py
|
@ -391,7 +391,7 @@ class pil_build_ext(build_ext):
|
|||
(feature.tcl and feature.tk, "TKINTER"),
|
||||
(feature.jpeg, "JPEG"),
|
||||
(feature.zlib, "ZLIB (PNG/ZIP)"),
|
||||
(feature.tiff, "experimental TIFF G3/G4 read"),
|
||||
(feature.tiff, "TIFF G3/G4 read (experimental)"),
|
||||
(feature.freetype, "FREETYPE2"),
|
||||
(feature.lcms, "LITTLECMS"),
|
||||
(feature.webp, "WEBP"),
|
||||
|
|
Loading…
Reference in New Issue
Block a user