summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-09-01 06:36:38 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-09-01 06:36:38 (GMT)
commitfe2cb5912ef2318542ff2667c216263853cc4687 (patch)
tree8cf162faf2fe0ba4709a24dcc922affdd72a1504 /Tools
parent738032ffe83eac3e1d1fdaa73ecf85166c1015bc (diff)
downloadcpython-fe2cb5912ef2318542ff2667c216263853cc4687.zip
cpython-fe2cb5912ef2318542ff2667c216263853cc4687.tar.gz
cpython-fe2cb5912ef2318542ff2667c216263853cc4687.tar.bz2
Bug #1737210: Change Manufacturer of Windows installer to PSF.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/msi/msi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py
index 893bca9..1c8ca6d 100644
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -193,7 +193,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