summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 818220ba534f4be2fc98a1932a191fd21b84ccee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[bdist_wheel]
universal = 1

[check-manifest]
ignore =
    .editorconfig
    .meta.toml

[nosetests]
nocapture=1
cover-package=zope.component
cover-erase=1
with-doctest=0
where=src

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