view setup.cfg @ 682:6511c192a957

0.6dev: Complete rework of the slave-only install to use `setuptools.Feature` to disable the master-parts. This should make all regular distribution commands like 'test', 'sdist', 'bdist_egg' and so on work as intended, and the output can be adjusted using option `--without-master` (master is enabled by default). Also fixes various issues with manifests discovered when making 0.6beta1, leaving these releases somewhat lacking... Updated docs, readme and changelog. Hopefully this closes #383 for good... :-)
author osimons
date Fri, 11 Sep 2009 20:43:15 +0000
parents e3ab7698dae7
children 24c04502b29f
line wrap: on
line source
[egg_info]
tag_build = dev
tag_svn_revision = true

[unittest]
xml_output = build/test-results.xml
coverage_summary = build/test-coverage.txt
coverage_dir = build/coverage
Copyright (C) 2012-2017 Edgewall Software