diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-02-11 23:47:28 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-02-11 23:47:28 -0500 |
| commit | 5367a7399762a9098ea689c7cdcb54fb9748dd66 (patch) | |
| tree | 6bc8d62b0468c64e1811c7b24729018aaa45429e /CHANGES.txt | |
| parent | 0975916c1436759b5e373733561142caf708def4 (diff) | |
| download | external_python_setuptools-5367a7399762a9098ea689c7cdcb54fb9748dd66.tar.gz external_python_setuptools-5367a7399762a9098ea689c7cdcb54fb9748dd66.tar.bz2 external_python_setuptools-5367a7399762a9098ea689c7cdcb54fb9748dd66.zip | |
Override upload command to load passwords from keyring when available and not otherwise specified.20.1
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 9089b4b8..a7a70ab7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,14 @@ CHANGES ======= +20.1 +---- + +Added support for using passwords from keyring in the upload +command. See `the upload docs +<http://pythonhosted.org/setuptools/setuptools.html#upload-upload-source-and-or-egg-distributions-to-pypi>`_ +for details. + 20.0 ---- |
