PEP 517: add missing def for the mandatory hook build_wheel signature (#2535)

This commit is contained in:
wim glenn 2022-04-19 18:40:23 -05:00 committed by GitHub
parent 6879a7d95b
commit 07b9d0cd51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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