Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify that pyproject.toml config will not be removed #3295

Merged
merged 1 commit into from
May 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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`.