March 13, 2006
3:19 p.m.
At 09:55 AM 3/13/2006 +0200, Ville Vainio wrote:
I'm thinking of the extreme "scaling down" scenario here, shipping only a single .py file (a "script"). When you have a setup.py script you need to bundle it with the module.
When in the past you had a directory full of .py scripts that you added to PATH, now you could just go there and do easy_install *.py.
I'm not following why that would be any better. Why not just add a setup.py to that directory?