summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2005-09-26 20:39:13 +0000
committerTravis Oliphant <oliphant@enthought.com>2005-09-26 20:39:13 +0000
commit64c9050515e3cfa7ad095299f9648ebc5530a823 (patch)
tree6ea6a3811965788d4e0c9327188a942a899225b9 /setup.py
parent45d01a4be1c4221132ba46d687e6af3a8df3329b (diff)
downloadnumpy-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-xsetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4d3a10d4a..f134a87e3 100755
--- a/setup.py
+++ b/setup.py
@@ -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() )