Add tar extract patches to solve bad message generated by git(2.7.4) mailinfo
[tools/git-buildpackage.git] / setup.cfg
1 [nosetests]
2 with-doctest=1
3 #with-xcoverage=1
4 with-xunit=1
5 cover-package=gbp
6 cover-erase=1
7 exe=1
8
9 [epydoc]
10 name = git-buildpackage
11 sourcecode = no
12 url = https://honk.sigxcpu.org/piki/projects/git-buildpackage/
13 target = build/apidocs/
14 fail-on = docstring_warning
15 modules = gbp, tests/test_*.py