[Distutils] bdist_egg ignores tag_svn_revision

Phillip J. Eby pje at telecommunity.com
Thu Sep 15 17:33:53 CEST 2005


At 11:23 AM 9/15/2005 -0400, Kevin Dangoor wrote:
>I've noticed that if I run a setup.py install, the svn revision shows
>up there. If I run setup.py bdist_egg, the filename generated does not
>have the revision.
>
>Is that on purpose?

No; bdist_egg should do exactly the same thing as the others, as they all 
use the 'egg_info' command to determine the tagging.  I presume you have 
something like:

     [egg_info]
     tag_svn_revision = 1

in an appropriate config file?



More information about the Distutils-SIG mailing list