summaryrefslogtreecommitdiff
path: root/docs/userguide
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri+github@gmail.com>2022-06-17 09:48:36 +0100
committerGitHub <noreply@github.com>2022-06-17 09:48:36 +0100
commitb48a0b209085367dfd1e08d134a250566ec0f2f7 (patch)
treed288f387f79e87a46257b4495280e2bff2b767c9 /docs/userguide
parente85063a9cfcb3de9322fe601f418768f927b73e8 (diff)
downloadpython-setuptools-git-b48a0b209085367dfd1e08d134a250566ec0f2f7.tar.gz
Update docs/userguide/datafiles.rst
Diffstat (limited to 'docs/userguide')
-rw-r--r--docs/userguide/datafiles.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/userguide/datafiles.rst b/docs/userguide/datafiles.rst
index e6476c5b..44ff7425 100644
--- a/docs/userguide/datafiles.rst
+++ b/docs/userguide/datafiles.rst
@@ -541,8 +541,7 @@ run time be included **inside the package**.
.. [#beta]
Support for adding build configuration options via the ``[tool.setuptools]``
- table in the ``pyproject.toml`` file is still in **beta** stage.
- See :doc:`/userguide/pyproject_config`.
+ table in the ``pyproject.toml`` file. See :doc:`/userguide/pyproject_config`.
.. [#system-dirs] These locations can be discovered with the help of
third-party libraries such as :pypi:`platformdirs`.