diff options
author | Pearu Peterson <pearu.peterson@gmail.com> | 2004-01-04 10:54:17 +0000 |
---|---|---|
committer | Pearu Peterson <pearu.peterson@gmail.com> | 2004-01-04 10:54:17 +0000 |
commit | 594e5eba8fadd922c50c86c05a736ed53b59e6b5 (patch) | |
tree | d24d785698f40e6817a1ca68b412f927c93db36b /setup.py | |
parent | 449e90cf8ccd615976cd22ba4a59e89207cfc481 (diff) | |
download | numpy-594e5eba8fadd922c50c86c05a736ed53b59e6b5.tar.gz |
Added weave to scipy_core
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,6 +4,7 @@ Bundle of SciPy core modules: scipy_test scipy_distutils scipy_base + weave Usage: python setup.py install @@ -17,7 +18,7 @@ from scipy_distutils.core import setup from scipy_distutils.misc_util import default_config_dict from scipy_distutils.misc_util import get_path, merge_config_dicts -bundle_packages = ['scipy_distutils','scipy_test','scipy_base'] +bundle_packages = ['scipy_distutils','scipy_test','scipy_base','weave'] def setup_package(): old_path = os.getcwd() |