diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2007-09-01 06:36:49 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2007-09-01 06:36:49 +0000 |
commit | 196fdf9693b5b01f0fe3865cb8eb1877b7483221 (patch) | |
tree | dc613ac1fd7d1ddbd6215f7b9995e18a9f559d95 /Tools | |
parent | 29754a72d19e0fbaa4be0978b5d3af66feacc3af (diff) | |
download | cpython-196fdf9693b5b01f0fe3865cb8eb1877b7483221.tar.gz |
Bug #1737210: Change Manufacturer of Windows installer to PSF.
Diffstat (limited to 'Tools')
-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 20ade0e88a..0d54255ffd 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 |