summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: af094957413e3ca8cf38970530a47ed04fa7fbf1 (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