view setup.cfg @ 244:1aa624af9ebb

* Allowing specifying the main entry point of a module in `<python:exec>`. This can be used to execute Python scripts in modules that don't map to files on the file system. See #49. * Change namespace URI of xml tools from "x" to "xml". The namespace prefix should still be "x", though. * Fix mapping of slave version number to registration message.
author cmlenz
date Mon, 03 Oct 2005 19:35:21 +0000
parents 17e4b8d01db6
children 6a7b7b1cdbea 173f0c362fe1
line wrap: on
line source
[egg_info]
tag_build = dev
tag_svn_revision = true

[sdist]
formats = bztar, gztar, zip

[unittest]
test-suite = bitten.tests
xml-results = build/test-results.xml
coverage-summary = build/test-coverage.txt
coverage-dir = build/coverage
Copyright (C) 2012-2017 Edgewall Software