requests-http-signature/setup.cfg

6 lines
104 B
INI
Raw Normal View History

2017-08-22 02:02:39 +02:00
[bdist_wheel]
universal=1
[flake8]
max-line-length=120
2017-08-23 04:19:26 +02:00
ignore: E301, E302, E401, E261, E265, E226, F401