aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools.txt
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2006-03-29 21:45:01 +0000
committerPJ Eby <distutils-sig@python.org>2006-03-29 21:45:01 +0000
commit529b06d3717fdeb6a2070fa69b5c13cf0dff679f (patch)
tree907351aa8b2cf710a71f4b25050d137f2c1aed33 /setuptools.txt
parentb6bb33146ec5f15e4439b758687d3bdcabae69e9 (diff)
downloadexternal_python_setuptools-529b06d3717fdeb6a2070fa69b5c13cf0dff679f.tar.gz
external_python_setuptools-529b06d3717fdeb6a2070fa69b5c13cf0dff679f.tar.bz2
external_python_setuptools-529b06d3717fdeb6a2070fa69b5c13cf0dff679f.zip
Added ``--identity`` option to ``upload`` command.
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4043427
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-xsetuptools.txt7
1 files changed, 7 insertions, 0 deletions
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