waybackpy/setup.cfg

8 lines
120 B
INI
Raw Normal View History

2020-05-04 16:23:00 +05:30
[metadata]
description-file = README.md
2020-05-07 19:38:19 +05:30
license_file = LICENSE
[flake8]
max-line-length = 88
extend-ignore = E203,W503