Skip to content

Commit be3f8a1

Browse files
authored
Fix the description of 'package' option (#2673)
1 parent f17d9c4 commit be3f8a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/config.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,8 +589,8 @@ Python run
589589
:keys: package
590590
:version_added: 4.0
591591

592-
When option can be one of ``skip``, ``dev-legacy``, ``sdist``, ``wheel`` or ``external``. If :ref:`use_develop` is
593-
set this becomes a constant of ``dev-legacy``. If :ref:`skip_install` is set this becomes a constant of ``skip``.
592+
When option can be one of ``wheel``, ``sdist``, ``editable``, ``editable-legacy``, ``skip``, or ``external``. If :ref:`use_develop` is
593+
set this becomes a constant of ``editable``. If :ref:`skip_install` is set this becomes a constant of ``skip``.
594594

595595

596596
.. conf::

0 commit comments

Comments
 (0)