summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPearu Peterson <pearu.peterson@gmail.com>2003-03-08 17:09:48 +0000
committerPearu Peterson <pearu.peterson@gmail.com>2003-03-08 17:09:48 +0000
commite133f9ccee8f07153f3c31210e6d42c71072ab88 (patch)
treeae4f17205c1746def0eec2f7894553ec7a6e93ab
parente8fa0139ed576c4e5329a9b7813eb8f4a900f138 (diff)
downloadnumpy-e133f9ccee8f07153f3c31210e6d42c71072ab88.tar.gz
Renamed setup_scipy_core.py to setup.py because scipy_core is not a real package
-rwxr-xr-xsetup.py (renamed from setup_scipy_core.py)4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup_scipy_core.py b/setup.py
index b667d3b8f..d66230db8 100755
--- a/setup_scipy_core.py
+++ b/setup.py
@@ -6,8 +6,8 @@ Bundle of SciPy core modules:
scipy_base
Usage:
- python setup_scipy_core.py install
- python setup_scipy_core.py sdist -f -t MANIFEST_scipy_core.in
+ python setup.py install
+ python setup.py sdist -f
"""
import os