I am creating a setup.py to distribute my application. This application has a number of dependencies which can be installed via pip, it also has some custom
There are several options that you can choose from:
dependency_links.my_app package and link it with packages parameter, instead of using the wheel file.setuptools api, and install the package by yourself.