Hello.
For my project I would be using the argparse library. My question is, how do I distribute it with my project. I am asking this because of the technicalities and legalities involved.
Do I just:
- Put the argparse.py file along with my project. That is, in the tar file for my project.
- Create a package for it for my distro?
- Tell the user to install it himself?
Sorry for being such a noob, but I new to all this.