waybackpy/setup.cfg

8 lines
120 B
INI
Raw Normal View History

2020-05-04 12:53:00 +02:00
[metadata]
description-file = README.md
2020-05-07 16:08:19 +02:00
license_file = LICENSE
2020-07-21 20:25:26 +02:00
[flake8]
max-line-length = 88
extend-ignore = E203,W503