How do I create a pip installable project? How do you register with pip?
What meta data config should all projects have in order to allow integration and easy import.
Or, if you're feeling fancy (read: lazy)...
sudo easy_install PasteScriptpaster create mynewpackagecd mynewpackagepython setup.py sdistpython setup.py registerSeems like more steps, but the PasteScript package handles a lot of the dirty work. Do yourself a favor and install it, use it, and never look back ;)