annotate setup.cfg @ 425:15541acbe8cb

Now, the `--width` option, although with a default value of 76, it's not set to any value initially so that the `--no-wrap` option can be passed without throwing an error. Fixes #145. With the above bug, another one was found where Babel was not mimic'ing xgtettext's behaviour regarding the `--no-wrap` option where comments are wrapped anyway to the width of 76, and, if `--width` is passed then that value is used to wrap the comments too.
author palgarvio
date Tue, 23 Dec 2008 01:03:40 +0000
parents 739245245964
children
rev   line source
45
739245245964 Add setup config to get the SVN revision in the version number.
cmlenz
parents:
diff changeset
1 [egg_info]
739245245964 Add setup config to get the SVN revision in the version number.
cmlenz
parents:
diff changeset
2 tag_build = dev
739245245964 Add setup config to get the SVN revision in the version number.
cmlenz
parents:
diff changeset
3 tag_svn_revision = true
Copyright (C) 2012-2017 Edgewall Software