summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/upload.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Make the signature detached.Martin v. Löwis2005-03-221-1/+1
|
* Don't set the Python version for sdist uploads.Martin v. Löwis2005-03-221-0/+2
|
* Upload GPG signature.Martin v. Löwis2005-03-221-3/+16
|
* Actually add the implementation of the command.Martin v. Löwis2005-03-211-0/+150
|
* Add the upload command. Make all dist commands register theirMartin v. Löwis2005-03-211-0/+4
outputs with the distribution object.