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