mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-14 05:36:48 +03:00
commit
1056bd781a
3
setup.py
3
setup.py
|
@ -18,6 +18,9 @@ from distutils.command.build_ext import build_ext
|
||||||
from distutils import sysconfig
|
from distutils import sysconfig
|
||||||
from setuptools import Extension, setup, find_packages
|
from setuptools import Extension, setup, find_packages
|
||||||
|
|
||||||
|
# monkey patch import hook. Even though flake8 says it's not used, it is.
|
||||||
|
# comment this out to disable multi threaded builds.
|
||||||
|
import mp_compile
|
||||||
|
|
||||||
_IMAGING = (
|
_IMAGING = (
|
||||||
"decode", "encode", "map", "display", "outline", "path")
|
"decode", "encode", "map", "display", "outline", "path")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user