Skip to content

Implement prepare_metadata_for_build_wheel #236

Open
@lithomas1

Description

@lithomas1

We should implement this method, since if it is unavailable, pip will call build_wheel to find the metadata.

Since we don't support editable installs, if a project supports both meson and setuptools as a build system, the project will be built unnecessarily with meson before proceeding with an editable install with setup.py.

In order to do this, we just need to write .dist-info with only METADATA and WHEEL (no need for RECORD0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions