summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 46f86e7706f800984cb49e4866efc8eff8bf05b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
[nosetests]
nocapture=1
cover-package=zope.tal
cover-erase=1
#cover-branches=1
#cover-min-percentage=100
with-doctest=0
where=src

[bdist_wheel]
universal = 1