Skip to content

Controll about what is installed into binary wheel #68

Closed
@peter-urban

Description

@peter-urban

Currently "pip wheel -w dist ." installs also all headers and static libraries into the binary wheel for my project.
This is unnecessary and also lets the builds fail on windows ('installing libraries (in my case a pkg-config file) is only supported in POSIX so far').

Is it possibly to control this behavior?

In "meson install" I can control what is install using tags e.g. meson install --tags python-runtime.
Maybe supporting this option would be a solution?

If you share your thoughts on this and give me some directions I'd be willing to work on such a feature.

Thanks for this great Project!
Peter

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestneeds infoNeeds more information

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions