Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: 501bdbcf7e07ec088c5305dca9e416f8adae39fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[sdist]
owner=root
group=root

[nosetests]
with-doctest=true
doctest-extension=doctest
doctest-options=+IGNORE_EXCEPTION_DETAIL
with-coverage=true
cover-branches=true
cover-package=stdnum
cover-inclusive=true
cover-erase=true
cover-html=true
cover-html-dir=coverage

[build_sphinx]
all_files  = 1