Here's my old school setup:<p>Deployment: `easy_install -U` from a local pypi<p>Packaging: `setup.py bdist_egg` and `setup.py bdist_wininst`<p>Dependencies: declare in setup.py, fetch via yolk<p>To test if everything works, just create a blank virtualenv and easy_install.<p>This has been working fine for me for years on Linux and Windows.