guidance for packaging software
I was thinking about adding some features to my python script for ripping and encoding mp3s. Maybe even getting it hosted at sourceforge. I am very unknowledable in this whole area. I guess I am invisioning an installer that would install the script in /usr/local. My script is dependent on these python modules CDDB and DiscID. To keep it simple for the user is it ok to group these two modules with my script all in one tarball. Then just have the user type a single command to do the install. In all honestly I am not even sure what it takes to properly install python modules. Do I need to get the permission of the author of the modules to include them in my tarball, I know they are licenced under the GPL? I realize this is a pretty vague question. I am just looking for any general direction to get this together. Any advice would be appreciated. Thanks.
|