File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - " .github/generate-sbom.py"
1919 - " .github/workflows/wheels*"
2020 - " pyproject.toml"
21- - " setup .py"
21+ - " _custom_build/pillow_ext .py"
2222 - " wheels/*"
2323 - " winbuild/build_prepare.py"
2424 - " winbuild/fribidi.cmake"
Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ If the prerequisites are installed in the standard library locations
249249for your machine (e.g. :file: `/usr ` or :file: `/usr/local `), no
250250additional configuration should be required. If they are installed in
251251a non-standard location, you may need to configure setuptools to use
252- those locations by editing :file: `setup .py ` or
252+ those locations by editing :file: `_custom_build/pillow_ext .py ` or
253253:file: `pyproject.toml `, or by adding environment variables on the command
254254line::
255255
Original file line number Diff line number Diff line change @@ -36,4 +36,4 @@ skip_install = true
3636deps =
3737 -r .ci/requirements-mypy.txt
3838commands =
39- mypy conftest.py selftest.py setup .py checks docs src winbuild Tests {posargs}
39+ mypy conftest.py selftest.py _custom_build/pillow_ext .py checks docs src winbuild Tests {posargs}
You can’t perform that action at this time.
0 commit comments