diff options
author | Anderson Bravalheri <andersonbravalheri+github@gmail.com> | 2022-06-17 09:48:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-17 09:48:36 +0100 |
commit | b48a0b209085367dfd1e08d134a250566ec0f2f7 (patch) | |
tree | d288f387f79e87a46257b4495280e2bff2b767c9 /docs/userguide | |
parent | e85063a9cfcb3de9322fe601f418768f927b73e8 (diff) | |
download | python-setuptools-git-b48a0b209085367dfd1e08d134a250566ec0f2f7.tar.gz |
Update docs/userguide/datafiles.rst
Diffstat (limited to 'docs/userguide')
-rw-r--r-- | docs/userguide/datafiles.rst | 3 |
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`. |