[Python-Dev] Distutils2 scripts (original) (raw)

Fred Drake fdrake at acm.org
Fri Oct 8 14:02:19 CEST 2010


On Fri, Oct 8, 2010 at 7:24 AM, Dirkjan Ochtman <dirkjan at ochtman.nl> wrote:

It doesn't seem very nice to have a version in the script. Can we just call it distutils? Or py-dist?

If we go this route, then

This mirrors the name of the Python executable, so is likely as "right" as it's going to get (if we install separate scripts).

Georg:

What happened to "python setup.py action"? Or is this a step towards not requiring setup.py at all?

I'm in favor of add a top-level setup module that can be invoked using "python -m setup ...". There will be three cases:

This would provide the most consistent story for package users, where the only command they'll need to remember (for Python versions with the setup module) will be

python -m setup ...

  -Fred

-- Fred L. Drake, Jr.    "A storm broke loose in my mind."  --Albert Einstein



More information about the Python-Dev mailing list