
Jan. 10, 2002
9:31 a.m.
Hey Pearu,
if __name__ == "__main__": from scipy_distutils.core import setup setup(**configuration())
<snip>
What do you think?
I think it is good. I'll add it. I have usually just added setup.py module to the packages that does exactly this. That is just because most people expect the "setup.py" to be the name of the setup script. Either (or both) are good ideas. eric