From 529b06d3717fdeb6a2070fa69b5c13cf0dff679f Mon Sep 17 00:00:00 2001 From: PJ Eby Date: Wed, 29 Mar 2006 21:45:01 +0000 Subject: Added ``--identity`` option to ``upload`` command. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4043427 --- setuptools.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'setuptools.txt') diff --git a/setuptools.txt b/setuptools.txt index b24dc93c..a9176a9f 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -2156,6 +2156,11 @@ The ``upload`` command has a few options worth noting: Sign each uploaded file using GPG (GNU Privacy Guard). The ``gpg`` program must be available for execution on the system ``PATH``. +``--identity=NAME, -i NAME`` + Specify the identity or key name for GPG to use when signing. The value of + this option will be passed through the ``--local-user`` option of the + ``gpg`` program. + ``--show-response`` Display the full response text from server; this is useful for debugging PyPI problems. @@ -2366,6 +2371,8 @@ Release Notes/Change History ---------------------------- 0.6a11 + * Added ``--identity`` option to ``upload`` command. + * Added ``dependency_links`` to allow specifying URLs for ``--find-links``. * Enhanced test loader to scan packages as well as modules, and call -- cgit v1.2.3