classification
Title: bdist_msi - add support for minimum Python version for pure Python packages
Type: feature request Stage:
Components: Distutils Versions: Python 3.1, Python 2.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: tarek Nosy List: atuining, bethard, tarek (3)
Priority: Keywords

Created on 2009-05-04 19:29 by atuining, last changed 2009-05-04 19:59 by bethard.

Messages (1)
msg87154 - (view) Author: Anthony Tuininga (atuining) Date: 2009-05-04 19:29
Add support for specifying the minimum Python version supported so that
versions which are not supported are not included when running the MSI
created by distutils for pure Python packages with the patch referred to
here:

http://bugs.python.org/issue5311
History
Date User Action Args
2009-05-04 19:59:24bethardsetnosy: + bethard
2009-05-04 19:29:42atuiningcreate