annotate setup.cfg @ 78:001f77d05cdc

Include {{{templates}}} and {{{htdocs}}} dir in dist/install.
author cmlenz
date Wed, 06 Jul 2005 13:17:13 +0000
parents 0b82d012e42c
children e3645059fb69
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
3ba3fb6f0054 Generate coverage data in the distutils {{{unittest}}} command.
cmlenz
parents: 1
diff changeset
7 coverage-results = build/test-coverage.txt
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