I would like to provide the Python application to the client as the Virtualenv zip directory. I am wondering what is the best way to enable the licenses of Python itself and the 3-party libraries used.
What should I keep in mind?
I need to enable licenses for Python, pip and any installed libraries, right?
What would be the best way to arrange licenses? For now, I will include each license in a file called License.txt. Will it be enough, or will I need to indicate the exact path in which to find the used code?
This is my first project for a client, and I kind of don’t know;)
I tried to find the answer somewhere on the Internet, but did not find anything.
Thank!
Yours faithfully,
Daniel