summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 4b5189fd99ba40cc89ad67c31e29c759655eadd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[nosetests]
nocapture=1
cover-package=zope.interface
cover-erase=1
cover-min-percentage=100
cover-branches=1
with-doctest=0
where=src

[aliases]
dev = develop easy_install zope.interface[testing]
docs = easy_install zope.interface[docs]

[metadata]
license_file = LICENSE.txt

[bdist_wheel]
universal = 0