summaryrefslogtreecommitdiff
path: root/dep/django-selectable/setup.cfg
blob: d4d5fd84976c9775a0e1d83478a7420e78479703 (plain)
1
2
3
4
5
6
7
8
9
10
11
[coverage:run]
branch = true
omit = */tests/*, example/*, .tox/*, setup.py, runtests.py
source = .

[coverage:report]
show_missing = true


[bdist_wheel]
universal = 1