diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2019-05-14 12:04:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-14 12:04:30 (GMT) |
commit | dae1229729920e3aa2be015453b7f702dff9b375 (patch) | |
tree | 8e3be6982d0c859e821fb07f45301ea673a21f0a /Doc/distutils/sourcedist.rst | |
parent | 0a52d73ddeeac23f73c919d636e7008ddde5c72b (diff) | |
download | cpython-dae1229729920e3aa2be015453b7f702dff9b375.zip cpython-dae1229729920e3aa2be015453b7f702dff9b375.tar.gz cpython-dae1229729920e3aa2be015453b7f702dff9b375.tar.bz2 |
bpo-36797: Prune more legacy distutils documentation (GH-13092)
Removes more legacy distutils documentation, and more clearly
marks what is left as potentially outdated, with references to
setuptools as a replacement.
Diffstat (limited to 'Doc/distutils/sourcedist.rst')
-rw-r--r-- | Doc/distutils/sourcedist.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/distutils/sourcedist.rst b/Doc/distutils/sourcedist.rst index 0ac8ef4..0600663 100644 --- a/Doc/distutils/sourcedist.rst +++ b/Doc/distutils/sourcedist.rst @@ -4,6 +4,8 @@ Creating a Source Distribution ****************************** +.. include:: ./_setuptools_disclaimer.rst + As shown in section :ref:`distutils-simple-example`, you use the :command:`sdist` command to create a source distribution. In the simplest case, :: |