summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 68cf00503ba5e4d12aa0c83e909addf41b84c1e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[nosetests]
nocapture=1
cover-package=zope.proxy
cover-erase=1
with-doctest=0
where=src

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

[zest.releaser]
create-wheel = no