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 188d85f commit 80be59bCopy full SHA for 80be59b
1 file changed
Lib/distutils/command/register.py
@@ -233,6 +233,7 @@ def build_post_data(self, action):
233
'keywords': meta.get_keywords(),
234
'platform': meta.get_platforms(),
235
'classifiers': meta.get_classifiers(),
236
+ 'download_url': meta.get_download_url(),
237
}
238
return data
239
0 commit comments