Skip to content

Commit ce1b0db

Browse files
committed
Remove unnecessary old OS tags
1 parent 05ab239 commit ce1b0db

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

_msbuild.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ def init_METADATA():
322322
fileversion = _make_xyzw_version(METADATA["Version"], ",")
323323
for vi in PACKAGE.findall("**/VersionInfo"):
324324
vi.from_metadata(METADATA)
325+
vi.options["LegalCopyright"] = "Copyright (c) Python Software Foundation. All Rights Reserved."
325326
vi.options["FILEVERSION"] = fileversion
326327

327328

src/pymanager/default.manifest

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
</trustInfo>
1010
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
1111
<application>
12-
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
13-
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
14-
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
15-
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
1612
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
1713
</application>
1814
</compatibility>

src/pyshellext/default.manifest

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
</trustInfo>
1010
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
1111
<application>
12-
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
13-
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
14-
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
15-
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
1612
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
1713
</application>
1814
</compatibility>

0 commit comments

Comments
 (0)