From 37953a567622b540ea5970ad8a29ed16ae6a5969 Mon Sep 17 00:00:00 2001 From: Tim Leslie Date: Fri, 26 Jan 2007 04:16:37 +0000 Subject: remove some remaining references to scipy. fixes #428 --- numpy/testing/setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'numpy/testing/setup.py') diff --git a/numpy/testing/setup.py b/numpy/testing/setup.py index 96647f84e..e84dcb292 100755 --- a/numpy/testing/setup.py +++ b/numpy/testing/setup.py @@ -7,10 +7,10 @@ def configuration(parent_package='',top_path=None): if __name__ == '__main__': from numpy.distutils.core import setup - setup(maintainer = "SciPy Developers", + setup(maintainer = "NumPy Developers", maintainer_email = "numpy-dev@numpy.org", - description = "SciPy test module", + description = "NumPy test module", url = "http://www.numpy.org", - license = "SciPy License (BSD Style)", + license = "NumPy License (BSD Style)", **configuration(top_path='').todict() ) -- cgit v1.2.1