diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-01-22 05:35:21 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-01-22 05:35:21 +0000 |
commit | 34b8ce671b12e9ee6740dc4df32fafc2eae44f64 (patch) | |
tree | fcbde7a6e44eac6f52cc2cddf1bb7ea3ac1453d4 /MANIFEST.in | |
parent | beb7e7c80b325df0c16419ce63d87cc2c6ea5ada (diff) | |
download | numpy-34b8ce671b12e9ee6740dc4df32fafc2eae44f64.tar.gz |
Added LICENSE.txt to distribution. Fixed f2py check_and_fix_dimensions to not reverse dimensions.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 5b737a76d..0890b4f43 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,3 +4,4 @@ # data, etc files to distribution. Avoid using MANIFEST.in for that. # include MANIFEST.in +include LICENSE.txt |