projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
188d85f
)
Include download_url in the data POSTed to the catalog server
author
Andrew M. Kuchling
<amk@amk.ca>
Wed, 19 Feb 2003 14:27:21 +0000
(14:27 +0000)
committer
Andrew M. Kuchling
<amk@amk.ca>
Wed, 19 Feb 2003 14:27:21 +0000
(14:27 +0000)
Lib/distutils/command/register.py
patch
|
blob
|
history
diff --git
a/Lib/distutils/command/register.py
b/Lib/distutils/command/register.py
index 328d8d0ae84ef5adb5571cbd167cad6fc1020b3c..29b76cbfd97ebc710ea9805929a78e57f6180826 100644
(file)
--- 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