aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 4a8ed2b99718dbd153201aa9985f8a197aa4926b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[bdist_wheel]
universal = 1

[metadata]
license_file = LICENSE

[tool:pytest]
xfail_strict = true
filterwarnings =
    error
    error::DeprecationWarning
    error:PendingDeprecationWarning