diff options
Diffstat (limited to 'tools/numpy-macosx-installer/README.txt')
-rw-r--r-- | tools/numpy-macosx-installer/README.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/numpy-macosx-installer/README.txt b/tools/numpy-macosx-installer/README.txt deleted file mode 100644 index e28ed8743..000000000 --- a/tools/numpy-macosx-installer/README.txt +++ /dev/null @@ -1,11 +0,0 @@ -This is a set of scripts used to build the new numpy .dmg installer with -documentation. - -The actual content of the dmg is to be put in content: documentation go into -the Documentation subdir, and the .mpkg installer for numpuy itself in the -content directory. The name of the installer should match exactly the one in -the numpy script (otherwise, the background will not appear correctly). - -The artwork is done in inkscape. - -The main script (new-create-dmg) was taken from stackoverflow. |