How does setup.py work?

Robert Kern robert.kern at gmail.com
Wed Dec 19 04:11:55 EST 2007


Matias Surdi wrote:

> Here you can read the documentation of "setuptools" , the package from 
> where setup.py comes.
> 
> http://peak.telecommunity.com/DevCenter/setuptools

No, setup.py files are standard distutils. setuptools is a 3rd-party package
that extends distutils.

  http://docs.python.org/dist/dist.html

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco




More information about the Python-list mailing list