Skip to content

Commit 5b0b390

Browse files
authored
Publish windows-VER.json to downloads list (#248)
1 parent 6c35548 commit 5b0b390

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

add_to_pydotorg.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,15 @@ def get_file_descriptions(
104104
return [
105105
(rx(r"\.tgz$"), ("Gzipped source tarball", 3, False, "")),
106106
(rx(r"\.tar\.xz$"), ("XZ compressed source tarball", 3, True, "")),
107-
(rx(r"-webinstall\.exe$"), ("", 0, False, "")),
107+
(
108+
rx(r"windows-.+\.json"),
109+
(
110+
"Windows release manifest",
111+
1,
112+
False,
113+
f"Install with 'py install {v[0]}.{v[1]}'",
114+
),
115+
),
108116
(
109117
rx(r"-embed-amd64\.zip$"),
110118
("Windows embeddable package (64-bit)", 1, False, ""),

0 commit comments

Comments
 (0)