Skip to content

Commit 33826c1

Browse files
committed
Update references to setup.py
1 parent 40ce87d commit 33826c1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
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"

docs/installation/building-from-source.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ If the prerequisites are installed in the standard library locations
249249
for your machine (e.g. :file:`/usr` or :file:`/usr/local`), no
250250
additional configuration should be required. If they are installed in
251251
a 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
254254
line::
255255

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ skip_install = true
3636
deps =
3737
-r .ci/requirements-mypy.txt
3838
commands =
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}

0 commit comments

Comments
 (0)