Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 39afe1e

Browse files
committed
Bug #1737210: Change Manufacturer of Windows installer to PSF.
1 parent 804252b commit 39afe1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/msi/msi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def build_database():
195195
schema, ProductName="Python "+full_current_version,
196196
ProductCode=product_code,
197197
ProductVersion=current_version,
198-
Manufacturer=u"Martin v. L\xf6wis")
198+
Manufacturer=u"Python Software Foundation")
199199
# The default sequencing of the RemoveExistingProducts action causes
200200
# removal of files that got just installed. Place it after
201201
# InstallInitialize, so we first uninstall everything, but still roll

0 commit comments

Comments
 (0)