Pillow/setup.cfg

12 lines
123 B
INI

[aliases]
test=pytest
[metadata]
license_file = LICENSE
[tool:pytest]
addopts = -vx Tests
[flake8]
max-line-length = 88