annotate setup.cfg @ 335:782447c6d51a 0.5.x 0.5.2

Prepare branch for [milestone:0.5.2] release.
author cmlenz
date Tue, 17 Jan 2006 12:28:37 +0000
parents 4dc26ea9b407
children 8022060e8bfb
rev   line source
31
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents: 2
diff changeset
1 [sdist]
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents: 2
diff changeset
2 formats = bztar, gztar, zip
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents: 2
diff changeset
3
2
3ba3fb6f0054 Generate coverage data in the distutils {{{unittest}}} command.
cmlenz
parents: 1
diff changeset
4 [unittest]
1
32e9f0e94c69 Fix running the unit tests from distutils.
cmlenz
parents:
diff changeset
5 test-suite = bitten.tests
2
3ba3fb6f0054 Generate coverage data in the distutils {{{unittest}}} command.
cmlenz
parents: 1
diff changeset
6 xml-results = build/test-results.xml
221
17e4b8d01db6 * Get rid of `xmlio.SubElement`.
cmlenz
parents: 137
diff changeset
7 coverage-summary = build/test-coverage.txt
2
3ba3fb6f0054 Generate coverage data in the distutils {{{unittest}}} command.
cmlenz
parents: 1
diff changeset
8 coverage-dir = build/coverage
Copyright (C) 2012-2017 Edgewall Software