[Distutils] Sample setup.py for Numeric Python

David Ascher da@ski.org
Mon, 13 Sep 1999 10:56:26 -0700 (Pacific Daylight Time)


On Mon, 13 Sep 1999, M.-A. Lemburg wrote:

> AFAIK, you don't need the def-files anymore. All you have to do
> is use a tag on every function you wish to export in the source
> code. Python already works this way and so do all my extensions
> (the needed macros are in the file mxh.h).

But that requires modifying the source, which is IMHO unacceptable.  
There is an alternative which is to specify the exports w/ a command line
switch.

--david