diff options
Diffstat (limited to 'docs/userguide/pyproject_config.rst')
-rw-r--r-- | docs/userguide/pyproject_config.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |