From: Andrew M. Kuchling Date: Wed, 19 Feb 2003 14:27:21 +0000 (+0000) Subject: Include download_url in the data POSTed to the catalog server X-Git-Tag: v2.3c1~1763 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80be59b275dfd62545c69ca377bae02c02648839;p=python Include download_url in the data POSTed to the catalog server --- diff --git a/Lib/distutils/command/register.py b/Lib/distutils/command/register.py index 328d8d0ae8..29b76cbfd9 100644 --- a/Lib/distutils/command/register.py +++ b/Lib/distutils/command/register.py @@ -233,6 +233,7 @@ Your selection [default 1]: ''', 'keywords': meta.get_keywords(), 'platform': meta.get_platforms(), 'classifiers': meta.get_classifiers(), + 'download_url': meta.get_download_url(), } return data