[SciPy-dev] newscipy sandbox

Pearu Peterson pearu at scipy.org
Wed Oct 5 04:28:23 EDT 2005


Hi,

I have created sandbox in newscipy and adapted scipy setup.py file
to new scipy.distutils. At the moment the sandbox contains only
exmplpackage that is former xxx (and updated to scipy.distutils) and 
should serve as an example scipy package.
So, currently installed scipy consists only of scipy.sandbox package.

In order to add other packages in Lib to scipy installation, one
must
1) add
     config.add_subpackage('packagename')
    line to Lib/setup.py
2) move Lib/packagename/setup_packagename.py to Lib/packagename/setup.py
3) adapt Lib/packagename/setup.py and tests files to scipy.distutils and
    scipy.test

Pearu




More information about the SciPy-Dev mailing list