Skip to content

How to create a whl which includes another b.whl, and Then, when installing a.whl, also install b.whl automatically(b.whl is not released to pypi)) #3558

@ydh10002023

Description

@ydh10002023

setuptools version

any

Python version

python 3.9

OS

macOS

Additional environment information

NA

Description

I want to push a whl package, and it includes another whl file, for example, b.whl is packaged in to a.whl. when install the a.whl, Can b.whl be installed automatically too?

I don't want release another b.whl to pypi.

for example, two whl files(a.whl and b.whl), b.whl in the package_data of a, but when installing a.whl, the b.whl is only put the installation path, how to trigger it's installation automatically?

thanks

Expected behavior

Can work

How to Reproduce

I want to push a whl package, and it includes another whl file, for example, b.whl is packaged in to a.whl. when install the a.whl, Can b.whl be installed automatically too?

I don't want release another b.whl to pypi.

for example, two whl files(a.whl and b.whl), b.whl in the package_data of a, but when installing a.whl, the b.whl is only put the installation path, how to trigger it's installation automatically?

thanks

Output

NA

Metadata

Metadata

Assignees

No one assigned

    Labels

    Needs TriageIssues that need to be evaluated for severity and status.bug

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions