Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9c5f512

Browse files
committed
More thanks...
1 parent 8e60b39 commit 9c5f512

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

THANKS.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
Jim Hugunin, Paul Dubois, Konrad Hinsen, David Ascher, and many others for Numeric
1+
Travis Oliphant for the majority of code adaptation
2+
Jim Hugunin, Paul Dubois, Konrad Hinsen, David Ascher, and many others for Numeric on which the code is based.
23
Perry Greenfield, J Todd Miller, Rick White, Paul Barrett for Numarray which gave much inspiration.
34
Pearu Peterson for f2py and distutils
45
Eric Jones for weave
56
Robert Kern for mtrand, bug fixes and help with distutils.
67
Fernando Perez for code snippets and ideas
78
John Hunter for code snippets (from matplotlib)
8-
9+
Chris Hanley for help with records.py, testing, and bug fixes.
10+
Travis Vaught and Joe Cooper for administration of scipy.org web site and SVN

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def setup_package():
2020
maintainer_email = "[email protected]",
2121
description = "Core SciPy",
2222
url = "http://numeric.scipy.org",
23+
license = 'BSD',
2324
)
2425
config.add_subpackage('scipy')
2526
config.name = 'scipy_core'

0 commit comments

Comments
 (0)