#no. `WheelFile` expects a name of `.whl`

1 messages · Page 1 of 1 (latest)

spice cape
#

I didn't expect the whole process but I meant would it write that file if I installed an editable wheel?

dull loom
#

installer is unaware of editable/non-editable wheels, so no

spice cape
#

okay thanks!

verbal pumice
#

Uhhh, installer takes arbitrary files to install in the core install function.

#

https://installer.pypa.io/en/stable/#basic-usage

See additional_metadata. You'll have to supply the file's contents and installer will plumb that through. You don't need a custom wheel source or wheel destination for adding a direct_url.json file.