[Distutils] easy_install ./mymodule.py
Phillip J. Eby
pje at telecommunity.com
Mon Mar 13 16:19:11 CET 2006
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?
More information about the Distutils-SIG
mailing list