How to create a egg file from your ZenPack

cd python setup.py bdist_egg

This creates the egg file in the dist directory.

Ref: Section 3.5 Zenoss Dev Guide (V2.3.0)