@@ -11,15 +11,15 @@ pure Python format plugins live in `src/PIL/`, and eight C extension modules
1111## Project layout
1212
1313```
14- src/PIL/ Python source and C extension stubs (.pyi)
15- src/thirdparty/ Vendored C libraries (raqm, fribidi-shim, pythoncapi_compat)
16- Tests/ pytest test suite; Tests/helper.py has shared utilities
17- docs/ Sphinx documentation (RST)
18- docs/releasenotes/ Per-release changelog entries
19- setup.py C extension build configuration
20- _custom_build/ Custom setuptools build backend
21- src/PIL/_version.py Version number (PEP 440)
22- pyproject.toml Project metadata and optional dependency groups
14+ src/PIL/ Python source and C extension stubs (.pyi)
15+ src/thirdparty/ Vendored C libraries (raqm, fribidi-shim, pythoncapi_compat)
16+ Tests/ pytest test suite; Tests/helper.py has shared utilities
17+ docs/ Sphinx documentation (RST)
18+ docs/releasenotes/ Per-release changelog entries
19+ setup.py C extension build configuration
20+ _custom_build/ Custom setuptools build backend
21+ src/PIL/_version.py Version number (PEP 440)
22+ pyproject.toml Project metadata and optional dependency groups
2323.pre-commit-config.yaml All linting and formatting hooks
2424```
2525
@@ -36,8 +36,8 @@ on the system.
3636## Test
3737
3838``` bash
39- python3 selftest.py # quick sanity check
40- python3 -m pytest Tests/ # full test suite
39+ python3 selftest.py # quick sanity check
40+ python3 -m pytest Tests/ # full test suite
4141python3 -m pytest Tests/ -n auto # parallel (requires pytest-xdist)
4242```
4343
0 commit comments