[Python-checkins] python/dist/src/Lib/distutils/command register.py,1.3,1.4

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Wed, 19 Feb 2003 06:27:23 -0800


Update of /cvsroot/python/python/dist/src/Lib/distutils/command
In directory sc8-pr-cvs1:/tmp/cvs-serv22494

Modified Files:
	register.py 
Log Message:
Include download_url in the data POSTed to the catalog server

Index: register.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/register.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** register.py	19 Feb 2003 13:49:35 -0000	1.3
--- register.py	19 Feb 2003 14:27:21 -0000	1.4
***************
*** 234,237 ****
--- 234,238 ----
              'platform': meta.get_platforms(),
              'classifiers': meta.get_classifiers(),
+             'download_url': meta.get_download_url(),
          }
          return data