looking at how python packages will be handled in python 3 setuptools doesn't distribute packages for it looks like distribute is taking over
creating an egg from a local module: easy_install -U ZopeSkel
easy_install -U PasteScript paster create -t basic_package
after editing all of the files: python setup.py bdist_egg