Skip to content

Commit

Permalink
Mark WheelBuilder.build_editable as requiring the "editable" extra.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Oct 20, 2021
1 parent 4d9935a commit 8467d4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions whey/builder.py
Expand Up @@ -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.
"""

Expand Down

0 comments on commit 8467d4a

Please sign in to comment.