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

Skip to content

Commit 80be59b

Browse files
committed
Include download_url in the data POSTed to the catalog server
1 parent 188d85f commit 80be59b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/distutils/command/register.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ def build_post_data(self, action):
233233
'keywords': meta.get_keywords(),
234234
'platform': meta.get_platforms(),
235235
'classifiers': meta.get_classifiers(),
236+
'download_url': meta.get_download_url(),
236237
}
237238
return data
238239

0 commit comments

Comments
 (0)