]> granicus.if.org Git - python/commit
Add the upload command. Make all dist commands register their
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 21 Mar 2005 20:56:35 +0000 (20:56 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 21 Mar 2005 20:56:35 +0000 (20:56 +0000)
commit55f1bb8bfa362569b6698a91a1cf421bdfcd13d7
treebeea9fb70aee8ff05b1f6fa78bd04e5d2a668bdf
parente6c430dffe5618016c516578726c0a7aa1471a9e
Add the upload command. Make all dist commands register their
outputs with the distribution object.
Doc/dist/dist.tex
Lib/distutils/command/bdist_dumb.py
Lib/distutils/command/bdist_rpm.py
Lib/distutils/command/bdist_wininst.py
Lib/distutils/command/sdist.py
Lib/distutils/command/upload.py [new file with mode: 0644]
Lib/distutils/dist.py
Misc/NEWS