I have questions about egg files in Python.
I have much Python code organized by package and I\'m trying to create egg files. I\'m following instructions, but they a
I think you should use python wheels for distribution instead of egg now.
Wheels are the new standard of python distribution and are intended to replace eggs. Support is offered in pip >= 1.4 and setuptools >= 0.8.