diff options
author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-03-24 12:06:23 +0000 |
---|---|---|
committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-03-24 12:06:23 +0000 |
commit | bd8e1ba6a37b58e2674578baac627f25bc3ceb89 (patch) | |
tree | 2f9f9ee05dc520ded2a3883033e8461173764c0a | |
parent | aa33fdce0feb19f25831865daaa2b7c353131f06 (diff) | |
download | python-setuptools-git-bd8e1ba6a37b58e2674578baac627f25bc3ceb89.tar.gz |
Remove note about setup.py being required for editable installs
-rw-r--r-- | docs/userguide/pyproject_config.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/userguide/pyproject_config.rst b/docs/userguide/pyproject_config.rst index 45153c34..1fe93528 100644 --- a/docs/userguide/pyproject_config.rst +++ b/docs/userguide/pyproject_config.rst @@ -12,11 +12,6 @@ Configuring setuptools using ``pyproject.toml`` files ``setuptools`` via ``pyproject.toml`` files is still experimental and might change (or be removed) in future releases. -.. important:: - For the time being, you still might require a ``setup.py`` file containing - a *arg-less* ``setup()`` function call to support - :doc:`editable installs <pip:cli/pip_install>`. - Starting with :pep:`621`, the Python community selected ``pyproject.toml`` as a standard way of specifying *project metadata*. ``Setuptools`` has adopted this standard and will use the information contained |