aboutsummaryrefslogtreecommitdiffstats
path: root/docs/setuptools.txt
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2019-10-31 11:25:57 -0400
committerPaul Ganssle <paul@ganssle.io>2019-11-02 15:10:29 -0400
commitf413f95e95b34b26d9ed9d9c43b3e4b3d30caecc (patch)
treeb064d6fa23466fcfd560cc513a661d6f5e38392e /docs/setuptools.txt
parent6ac7b4ee036ef8e6954198689d214e8ee9b29118 (diff)
downloadexternal_python_setuptools-f413f95e95b34b26d9ed9d9c43b3e4b3d30caecc.tar.gz
external_python_setuptools-f413f95e95b34b26d9ed9d9c43b3e4b3d30caecc.tar.bz2
external_python_setuptools-f413f95e95b34b26d9ed9d9c43b3e4b3d30caecc.zip
Remove "upload" and "register" commands.
The upload and register commands were deprecated over a year ago, in July 2018 (PR GH-1410, discussed in issue GH-1381). It is time to actively remove them in favor of twine.
Diffstat (limited to 'docs/setuptools.txt')
-rw-r--r--docs/setuptools.txt15
1 files changed, 6 insertions, 9 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt
index 344ea5bc..399a56d3 100644
--- a/docs/setuptools.txt
+++ b/docs/setuptools.txt
@@ -2087,16 +2087,13 @@ New in 41.5.0: Deprecated the test command.
``upload`` - Upload source and/or egg distributions to PyPI
===========================================================
-.. warning::
- **upload** is deprecated in favor of using `twine
- <https://pypi.org/p/twine>`_
-
-The ``upload`` command is implemented and `documented
-<https://docs.python.org/3.1/distutils/uploading.html>`_
-in distutils.
+The ``upload`` command was deprecated in version 40.0 and removed in version
+42.0. Use `twine <https://pypi.org/p/twine>`_ instead.
-New in 20.1: Added keyring support.
-New in 40.0: Deprecated the upload command.
+For more information on the current best practices in uploading your packages
+to PyPI, see the Python Packaging User Guide's "Packaging Python Projects"
+tutorial specifically the section on `uploading the distribution archives
+<https://packaging.python.org/tutorials/packaging-projects/#uploading-the-distribution-archives>`_.
-----------------------------------------