[metadata] description-file = README.md [tool:pytest] python_files = *tests.py addopts = --flake8 testpaths = tests [aliases] test = pytest [flake8] max-line-length = 120 ignore = E203,W503