Hi Sidnei, Sidnei da Silva wrote: > BTW, how do you sign your tarballs? Signing the Windows installer is > possible (Authenticode) but requires a SSL Certificate. setup.py sdist bdist_egg upload --sign [--identity ...] That signs the (source-)packages that were built in the same run and uploads them to cheeseshop, including their signatures. Stefan