[issue6040] bdist_msi does not deal with pre-release version

anatoly techtonik report at bugs.python.org
Tue Apr 5 18:26:25 CEST 2011


anatoly techtonik <techtonik at gmail.com> added the comment:

The above workaround still doesn't isolate version modification to bdist_msi command, because bdist_msi is calling `build` and `install` targets before doing its own stuff.

Any ideas how to override version for MSI without copying while `bdist_msi` contents?

Definitely something to think about in distutils2.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6040>
_______________________________________


More information about the Python-bugs-list mailing list