I’ve already made a simple software with Python programming language. It has some libraries that I write and some executable files to work with program. I want to know how can I make an standard source package include documentation and install method for this software.
I know a little about MakeFiles but I don’t know which standards I have to use for file structure and other things.
I don’t think there is a real standard for the directory structure.
What I usually do is the following:
With this directory tree it should not be hard to install all the modules, packages etc. using setuptools or distribute. If you want to use only distutils, then I think this could be non-trivial.