From e02a9cc1aae04d0401da17c094cfea978bdfbe5a Mon Sep 17 00:00:00 2001 From: Rutger Hofste Date: Fri, 5 Jan 2018 11:43:39 +0100 Subject: [PATCH] Update minimal.rst --- minimal.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/minimal.rst b/minimal.rst index cea8b7f..3860c7f 100644 --- a/minimal.rst +++ b/minimal.rst @@ -71,6 +71,9 @@ Anywhere else in our system using the same Python, we can do this now:: Publishing On PyPI ~~~~~~~~~~~~~~~~~~ +This part of the tutorial has some major security issues. See https://packaging.python.org/tutorials/distributing-packages/#uploading-your-project-to-pypi for more details. Use twine to securely upload your package. + + The ``setup.py`` script is also our main entrypoint to register the package name on PyPI and upload source distributions. To "register" the package (this will reserve the name, upload package metadata, and create the pypi.python.org webpage)::