I have developed an application which has multiple file and some dependent libraries such as bacpypes, requests, rdflib etc.
I want to create an installer which will install all the packages along with the application so that the user need not to download the packages separately.
Currently to deploy the application, i am copying source code, installing libraries using pip or external download.
You may want to consider SetupTools.