annotate setup.cfg @ 242:372d1de2e3ec

* Fixes to the `<c:configure>` command added in [247]: Set current directory when invoking the script, and correctly pass `CFLAGS` and `CXXFLAGS`. * Clean-up of the `optparse` options: use `store_true` instead o `store_const` with `const=True`.
author cmlenz
date Sun, 02 Oct 2005 17:59:15 +0000
parents 17e4b8d01db6
children 6a7b7b1cdbea 173f0c362fe1
rev   line source
137
e3645059fb69 * Add SVN revision to file name of distribution archives.
cmlenz
parents: 31
diff changeset
1 [egg_info]
e3645059fb69 * Add SVN revision to file name of distribution archives.
cmlenz
parents: 31
diff changeset
2 tag_build = dev
e3645059fb69 * Add SVN revision to file name of distribution archives.
cmlenz
parents: 31
diff changeset
3 tag_svn_revision = true
e3645059fb69 * Add SVN revision to file name of distribution archives.
cmlenz
parents: 31
diff changeset
4
31
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents: 2
diff changeset
5 [sdist]
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents: 2
diff changeset
6 formats = bztar, gztar, zip
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents: 2
diff changeset
7
2
3ba3fb6f0054 Generate coverage data in the distutils {{{unittest}}} command.
cmlenz
parents: 1
diff changeset
8 [unittest]
1
32e9f0e94c69 Fix running the unit tests from distutils.
cmlenz
parents:
diff changeset
9 test-suite = bitten.tests
2
3ba3fb6f0054 Generate coverage data in the distutils {{{unittest}}} command.
cmlenz
parents: 1
diff changeset
10 xml-results = build/test-results.xml
221
17e4b8d01db6 * Get rid of `xmlio.SubElement`.
cmlenz
parents: 137
diff changeset
11 coverage-summary = build/test-coverage.txt
2
3ba3fb6f0054 Generate coverage data in the distutils {{{unittest}}} command.
cmlenz
parents: 1
diff changeset
12 coverage-dir = build/coverage
Copyright (C) 2012-2017 Edgewall Software