I have created an egg distribution. The code for setup.py and the associated configuration params are in this SO Post.
Now when I run easy_install <Engine-1.0.0.egg>
I only see the Engine-1.0.0.egg-info file getting copied over, not the included files in Engine packages.
Any pointer to what I am missing here would be much appreciated.