Skip to content

Commit

Permalink
Clarify that pyproject.toml config will not be removed (#3295)
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed May 16, 2022
2 parents 1b8573e + fc20530 commit 7f2c11b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/userguide/dependency_management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
4 changes: 2 additions & 2 deletions docs/userguide/package_discovery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/pyproject_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit 7f2c11b

Please sign in to comment.