mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 01:16:16 +03:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
08db23c61c
commit
aba0859db9
2
setup.py
2
setup.py
|
@ -852,7 +852,7 @@ class pil_build_ext(build_ext):
|
|||
sys.platform == "win32"
|
||||
and sys.version_info < (3, 9)
|
||||
and not (PLATFORM_PYPY or PLATFORM_MINGW)
|
||||
and int(setuptools_version.split('.')[0]) < 60
|
||||
and int(setuptools_version.split(".")[0]) < 60
|
||||
):
|
||||
defs.append(("PILLOW_VERSION", f'"\\"{PILLOW_VERSION}\\""'))
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue
Block a user