18 lines
320 B
INI
18 lines
320 B
INI
[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
|
|
|
|
[egg_info]
|
|
tag_build =
|
|
tag_date = 0
|
|
|