From ba85fbb3f0b7de0413d18bbaf018c26e7623ee08 Mon Sep 17 00:00:00 2001 From: Pearu Peterson Date: Fri, 28 Jan 2005 16:49:19 +0000 Subject: Renamed Scipy to scipy (as there are packages like scipy_base etc). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7ccb46933..bc89212ee 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def setup_package(): sys.path.insert(0, local_path) try: - configs = [{'name':'Scipy_core'}] + configs = [{'name':'scipy_core'}] versions = [] for n in bundle_packages: sys.path.insert(0,os.path.join(local_path,n)) -- cgit v1.2.1