diff options
-rwxr-xr-x | setup.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 |