Distributing a Python library (single file)

Posted by Alfred on Stack Overflow See other posts from Stack Overflow or by Alfred
Published on 2010-05-26T19:30:41Z Indexed on 2010/05/26 19:31 UTC
Read the original article Hit count: 146

Filed under:

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:

  1. Put the argparse.py file along with my project. That is, in the tar file for my project.
  2. Create a package for it for my distro?
  3. Tell the user to install it himself?

Sorry for being such a noob, but I new to all this.

© Stack Overflow or respective owner

Related posts about python