diff --git a/whey/builder.py b/whey/builder.py index 25ce6ee..fe16e2a 100644 --- a/whey/builder.py +++ b/whey/builder.py @@ -886,6 +886,10 @@ def build_editable(self) -> str: The default implementation of this method does not call :meth:`~.AbstractBuilder.copy_source` or :meth:`~.AbstractBuilder.copy_additional_files`. + .. extras-require:: editable + :scope: method + :pyproject: + :return: The filename of the created archive. """