Yesterday I submitted the MANIFEST.in file used to properly build the
distribution tarballs with Distutils. Everyone can try it by going into
the trunk folder and typing: python setup.py sdist. A folder dist will
be created, containing a tarball with all necessary files.
This patch simply adds a header comment to the file (I don't know why I
didn't try adding a comment before submitting!).
The authors patch only adds my name to the credits :) :)
Finally, I updated the setup.py script with some more meta-information.
The only thing missing is a proper main contact email, so it reads
email jokosher org <mailto:email jokosher org> as a placeholder for now.