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

[metadata]
license_file = docs/license.txt

[tool:pytest]
python_files = test_*.py
testpaths =
    tests
addopts = -W always --cov --cov-report=term-missing