From 8467d4aa27e9b5ee2c4906dda2f4f731c65a7f60 Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Wed, 20 Oct 2021 20:54:37 +0100 Subject: [PATCH] Mark `WheelBuilder.build_editable` as requiring the "editable" extra. --- whey/builder.py | 4 ++++ 1 file changed, 4 insertions(+) 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. """