summaryrefslogtreecommitdiff
path: root/docs/userguide
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-05-16 13:25:18 +0100
committerGitHub <noreply@github.com>2022-05-16 13:25:18 +0100
commit7f2c11bf354c6f3db9e512fd9a64632c8b02fcff (patch)
treef6f75831070be05cad668f58ab954fd491d97c48 /docs/userguide
parent1b8573e52676b967483b3327084cc43254f6965b (diff)
parentfc205302117c59f10ea61e81aea5ff546ddf757f (diff)
downloadpython-setuptools-git-7f2c11bf354c6f3db9e512fd9a64632c8b02fcff.tar.gz
Clarify that `pyproject.toml` config will not be removed (#3295)
Diffstat (limited to 'docs/userguide')
-rw-r--r--docs/userguide/dependency_management.rst2
-rw-r--r--docs/userguide/package_discovery.rst4
-rw-r--r--docs/userguide/pyproject_config.rst2
-rw-r--r--docs/userguide/quickstart.rst2
4 files changed, 5 insertions, 5 deletions
diff --git a/docs/userguide/dependency_management.rst b/docs/userguide/dependency_management.rst
index d15b45cb..d507a587 100644
--- a/docs/userguide/dependency_management.rst
+++ b/docs/userguide/dependency_management.rst
@@ -439,5 +439,5 @@ This can be configured as shown in the example below.
While the ``[build-system]`` table should always be specified in the
``pyproject.toml`` file, support for adding package metadata and build configuration
options via the ``[project]`` and ``[tool.setuptools]`` tables is still
- experimental and might change (or be completely removed) in future releases.
+ experimental and might change in future releases.
See :doc:`/userguide/pyproject_config`.
diff --git a/docs/userguide/package_discovery.rst b/docs/userguide/package_discovery.rst
index 0854a709..38e8dece 100644
--- a/docs/userguide/package_discovery.rst
+++ b/docs/userguide/package_discovery.rst
@@ -567,8 +567,8 @@ The project layout remains the same and ``setup.cfg`` remains the same.
.. [#experimental]
Support for specifying package metadata and build configuration options via
- ``pyproject.toml`` is experimental and might change (or be completely
- removed) in the future. See :doc:`/userguide/pyproject_config`.
+ ``pyproject.toml`` is experimental and might change
+ in the future. See :doc:`/userguide/pyproject_config`.
.. [#layout1] https://blog.ionelmc.ro/2014/05/25/python-packaging/#the-structure
.. [#layout2] https://blog.ionelmc.ro/2017/09/25/rehashing-the-src-layout/
diff --git a/docs/userguide/pyproject_config.rst b/docs/userguide/pyproject_config.rst
index 47c4511e..7b8f8104 100644
--- a/docs/userguide/pyproject_config.rst
+++ b/docs/userguide/pyproject_config.rst
@@ -10,7 +10,7 @@ Configuring setuptools using ``pyproject.toml`` files
Support for declaring :doc:`project metadata
<PyPUG:specifications/declaring-project-metadata>` or configuring
``setuptools`` via ``pyproject.toml`` files is still experimental and might
- change (or be removed) in future releases.
+ change in future releases.
.. important::
For the time being, ``pip`` still might require a ``setup.py`` file
diff --git a/docs/userguide/quickstart.rst b/docs/userguide/quickstart.rst
index 2f778521..14e607d4 100644
--- a/docs/userguide/quickstart.rst
+++ b/docs/userguide/quickstart.rst
@@ -410,5 +410,5 @@ up-to-date references that can help you when it is time to distribute your work.
While the ``[build-system]`` table should always be specified in the
``pyproject.toml`` file, support for adding package metadata and build configuration
options via the ``[project]`` and ``[tool.setuptools]`` tables is still
- experimental and might change (or be completely removed) in future releases.
+ experimental and might change in future releases.
See :doc:`/userguide/pyproject_config`.