diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2007-09-01 06:36:49 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2007-09-01 06:36:49 (GMT) |
commit | 39afe1e649a91ffc7541cd0681798bfaae8baab3 (patch) | |
tree | f5ac7a496f6d7b11b0c758eeb37f5ee666c5e470 /Tools/msi | |
parent | 804252b3d93b4ea3f1fff61db692c9dff759fedd (diff) | |
download | cpython-39afe1e649a91ffc7541cd0681798bfaae8baab3.zip cpython-39afe1e649a91ffc7541cd0681798bfaae8baab3.tar.gz cpython-39afe1e649a91ffc7541cd0681798bfaae8baab3.tar.bz2 |
Bug #1737210: Change Manufacturer of Windows installer to PSF.
Diffstat (limited to 'Tools/msi')
-rw-r--r-- | Tools/msi/msi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index 20ade0e..0d54255 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py @@ -195,7 +195,7 @@ def build_database(): schema, ProductName="Python "+full_current_version, ProductCode=product_code, ProductVersion=current_version, - Manufacturer=u"Martin v. L\xf6wis") + Manufacturer=u"Python Software Foundation") # The default sequencing of the RemoveExistingProducts action causes # removal of files that got just installed. Place it after # InstallInitialize, so we first uninstall everything, but still roll |