File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,10 +10,11 @@ Why Should I Use This?
1010----------------------
1111
1212The biggest reason to use twine is that it securely authenticates you to PyPI
13- over HTTPS using a verified connection while ``python setup.py upload `` `uses
14- HTTP and exposes your credentials <http://bugs.python.org/issue12226> `_. This
15- means anytime you use it you expose your username and password to being
16- sniffed. Twine uses only verified TLS to upload to PyPI protecting your
13+ over HTTPS using a verified connection while ``python setup.py upload `` `only
14+ recently stopped using HTTP <http://bugs.python.org/issue12226> `_ in Python
15+ 2.7.9+ and Python 3.2+. This means anytime you use ``python setup.py upload ``
16+ with an older Python version, you expose your username and password to being
17+ easily sniffed. Twine uses only verified TLS to upload to PyPI protecting your
1718credentials from theft.
1819
1920Secondly it allows you to precreate your distribution files.
You can’t perform that action at this time.
0 commit comments