diff options
| author | Travis Oliphant <oliphant@enthought.com> | 2005-09-29 19:39:52 +0000 |
|---|---|---|
| committer | Travis Oliphant <oliphant@enthought.com> | 2005-09-29 19:39:52 +0000 |
| commit | 9c5f512ad4080ecb6e696fc4ff40a88df6880be6 (patch) | |
| tree | 02911346245af533399aa49ded5020f9181588d2 /setup.py | |
| parent | 8e60b39025df8c19cad0fc6811a08c3ac9986e68 (diff) | |
| download | numpy-9c5f512ad4080ecb6e696fc4ff40a88df6880be6.tar.gz | |
More thanks...
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |
