Include download_url in the data POSTed to the catalog server
This commit is contained in:
parent
188d85f475
commit
80be59b275
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue