Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804252b commit 39afe1eCopy full SHA for 39afe1e
1 file changed
Tools/msi/msi.py
@@ -195,7 +195,7 @@ def build_database():
195
schema, ProductName="Python "+full_current_version,
196
ProductCode=product_code,
197
ProductVersion=current_version,
198
- Manufacturer=u"Martin v. L\xf6wis")
+ Manufacturer=u"Python Software Foundation")
199
# The default sequencing of the RemoveExistingProducts action causes
200
# removal of files that got just installed. Place it after
201
# InstallInitialize, so we first uninstall everything, but still roll
0 commit comments