mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 23:27:49 +01:00
17 lines
229 B
INI
17 lines
229 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
|
|
|
|
[yapf]
|
|
based_on_style = google
|
|
column_limit = 99
|