From 12ce79e925a9b9c6286354aee220c9553048f72a Mon Sep 17 00:00:00 2001 From: Kostis Anagnostopoulos Date: Fri, 18 Sep 2015 18:26:25 +0200 Subject: [PATCH] docs: Update upload instructions tipping about `register -r` and `twine. + Answer to #91. --- README.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 50dd42d..3d79628 100644 --- a/README.rst +++ b/README.rst @@ -109,8 +109,14 @@ Currently only password-protected uploads are supported! python setup.py sdist upload -r local -#. (optional) Use `twine `_ library - to avoid storing and sending passwords in clear text. +.. Tip:: + To avoid storing you passwords on disk in clear text, you may either: + - Use the `register` command with the `-r` option, like that:: + + python setup.py sdist register -r local upload -r local + + - Use `twine `_ library which + breaks the procedure in two steps. Client-side configurations