diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-09-26 20:39:13 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-09-26 20:39:13 +0000 |
commit | 64c9050515e3cfa7ad095299f9648ebc5530a823 (patch) | |
tree | 6ea6a3811965788d4e0c9327188a942a899225b9 /setup.py | |
parent | 45d01a4be1c4221132ba46d687e6af3a8df3329b (diff) | |
download | numpy-64c9050515e3cfa7ad095299f9648ebc5530a823.tar.gz |
Moved weave to be a sub-package of scipy (so as not to conflict with any already installed weave which uses Numeric.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -22,7 +22,6 @@ def setup_package(): url = "http://numeric.scipy.org", ) config.add_subpackage('scipy') - config.add_subpackage('weave') config.name = 'scipy_core' print config.name,'version',config.version setup( **config.todict() ) |