Skip to content

Commit

Permalink
PEP 517: add missing def for the mandatory hook build_wheel signature
Browse files Browse the repository at this point in the history
  • Loading branch information
wimglenn committed Apr 18, 2022
1 parent 42e241f commit 5d193fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pep-0517.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ build_wheel

::

build_wheel(wheel_directory, config_settings=None, metadata_directory=None):
def build_wheel(wheel_directory, config_settings=None, metadata_directory=None):
...

Must build a .whl file, and place it in the specified ``wheel_directory``. It
Expand Down

0 comments on commit 5d193fc

Please sign in to comment.