summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 99207b9f0716ccc712472c81d04a42bbbb6448ef (plain)
1
2
3
4
5
6
7
8
9
[pytest]
addopts=--ignore=dist --ignore=build --cov=wheel

[metadata]
license-file = LICENSE.txt

[bdist_wheel]
# use py2.py3 tag for pure-python dist:
universal=1