Include download_url in the data POSTed to the catalog server

This commit is contained in:
Andrew M. Kuchling 2003-02-19 14:27:21 +00:00
parent 188d85f475
commit 80be59b275
1 changed files with 1 additions and 0 deletions

View File

@ -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