Skip to content

Commit

Permalink
PEP 660: remove the schem argument
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Jun 20, 2021
1 parent 33b0cbc commit 15d105b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pep-0660.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,9 @@ build_wheel_for_editable

::

def build_wheel_for_editable(
wheel_directory,
scheme=scheme,
config_settings=None):
def build_wheel_for_editable(wheel_directory, config_settings=None):
...

``scheme``: a dictionary of installation categories ``{ 'purelib':
'/home/py/.../site-packages', 'platlib': '...'}``. This makes it possible to
use relative paths to the source code, which might help the interpreter find
the package after the root path changes with ``chroot`` or similar.

Must build a ``.whl`` file, and place it in the specified ``wheel_directory``.
It must return the basename (not the full path) of the .whl file it creates, as
a unicode string.
Expand Down

0 comments on commit 15d105b

Please sign in to comment.