setup.cfg (
8
lines of code) (
raw
):
[metadata] license_files = LICENSE [pycodestyle] count = False exclude = *_test.py,.svn,CVS,.bzr,.hg,.git,__pycache__,.tox,env ignore = E722,W503 max-line-length = 160 statistics = True