summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 3128e182ccc1b6ed5e1cef0ce26a1e789f395a95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[bdist_wheel]
universal = 1

[metadata]
license_file = LICENSE

[isort]
combine_as_imports = true
default_section = THIRDPARTY
include_trailing_comma = true
known_first_party = oauthlib
known_tests = tests
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,TESTS,LOCALFOLDER
line_length = 79
multi_line_output = 5