10 lines
147 B
INI
10 lines
147 B
INI
[metadata]
|
|
description-file = README.md
|
|
[tool:pytest]
|
|
python_files=*tests.py
|
|
addopts = --flake8
|
|
[aliases]
|
|
test=pytest
|
|
[flake8]
|
|
max-line-length=120
|