python-telegram-bot/setup.cfg
2016-05-23 17:19:35 -03:00

19 lines
280 B
INI

[wheel]
universal = 1
[build_sphinx]
source-dir = docs/source
build-dir = docs/build
all_files = 1
[upload_sphinx]
upload-dir = docs/build/html
[flake8]
max-line-length = 99
ignore = W503
[yapf]
based_on_style = google
split_before_logical_operator = True
column_limit = 99