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

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

[bdist_wheel]
universal = 1