summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2005-09-29 19:39:52 +0000
committerTravis Oliphant <oliphant@enthought.com>2005-09-29 19:39:52 +0000
commit9c5f512ad4080ecb6e696fc4ff40a88df6880be6 (patch)
tree02911346245af533399aa49ded5020f9181588d2 /setup.py
parent8e60b39025df8c19cad0fc6811a08c3ac9986e68 (diff)
downloadnumpy-9c5f512ad4080ecb6e696fc4ff40a88df6880be6.tar.gz
More thanks...
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index f134a87e3..7ad539d93 100755
--- a/setup.py
+++ b/setup.py
@@ -20,6 +20,7 @@ def setup_package():
maintainer_email = "scipy-dev@scipy.org",
description = "Core SciPy",
url = "http://numeric.scipy.org",
+ license = 'BSD',
)
config.add_subpackage('scipy')
config.name = 'scipy_core'