Thanks, but why do I need to build again the package?
I am using VS Code for development, through VS Code I built my package and generated tar.gz and wheel file and committed in Git. So the aim is to install the already built package from Git to Azure databricks notebook.
What I understood from your reply is, even the package exists, we have to build it again for installing, so we need the setup.py file, right?