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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80be59b275dfd62545c69ca377bae02c02648839;p=thirdparty%2FPython%2Fcpython.git 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 328d8d0ae84e..29b76cbfd97e 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