Martin v. Löwis
|
6d0c85a71c
|
Patch #1299675: Pass metadata in upload.
|
2006-01-08 10:48:54 +00:00 |
Phillip J. Eby
|
5cb784629f
|
Fix "upload" command garbling and truncating files on Windows. If it's a
binary file, use 'rb'!
|
2005-07-07 15:36:20 +00:00 |
Tim Peters
|
eba28bea9b
|
Whitespace normalization.
|
2005-03-28 01:08:02 +00:00 |
Martin v. Löwis
|
ca5d8fea3d
|
Add missing socket import
|
2005-03-24 19:40:57 +00:00 |
Martin v. Löwis
|
98da562600
|
Make dist_files a triple, with the Python target version included,
so that bdist_wininst can specify 'any'.
|
2005-03-23 18:54:36 +00:00 |
Martin v. Löwis
|
8d12158991
|
Make the signature detached.
|
2005-03-22 23:02:54 +00:00 |
Martin v. Löwis
|
be435bf3c8
|
Don't set the Python version for sdist uploads.
|
2005-03-22 20:32:41 +00:00 |
Martin v. Löwis
|
f74b923ae5
|
Upload GPG signature.
|
2005-03-22 15:51:14 +00:00 |
Martin v. Löwis
|
98858c9efd
|
Actually add the implementation of the command.
|
2005-03-21 21:00:59 +00:00 |
Martin v. Löwis
|
55f1bb8bfa
|
Add the upload command. Make all dist commands register their
outputs with the distribution object.
|
2005-03-21 20:56:35 +00:00 |