python-wheel distribution, add a local dependency which is not available in PyPi

remisharoon at gmail.com remisharoon at gmail.com
Thu Mar 12 04:40:15 EDT 2015


Hi

I have a dependency of a local .whl file, which is not in Pypi.
How can I bundle that (local .whl file) inside the wheel file, so that inner .whl will get installed as a dependency.

In simple terms a wheel file inside another wheel file.
Can I add it as a package_data ? , if so how can get it automatically installed as a dependency?

Please help



More information about the Python-list mailing list