summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: a164bdc76b5308cebc60085c05bb3b90e551292b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[tool:pytest]
minversion = 3.0
strict = true
addopts = -ra
testpaths = tests
filterwarnings = 
	once::Warning

[bdist_wheel]
universal = 1

[metadata]
license_file = LICENSE

[isort]
atomic = true
force_grid_wrap = 0
include_trailing_comma = true
lines_after_imports = 2
lines_between_types = 1
multi_line_output = 3
not_skip = __init__.py
use_parentheses = true
known_first_party = service_identity
known_third_party = OpenSSL,attr,cryptography,pyasn1,pyasn1_modules,pytest,setuptools,six

[egg_info]
tag_build = 
tag_date = 0