I use distribute to package a small python library. I made a directory structure as described in the Hitchhiker's Guide to Packaging.
My question: Where (in the directory structure) do I place an example scripts that shows how to use the library and what changes are necessary to the setup.py
?