summaryrefslogtreecommitdiff
path: root/numpy/_pyinstaller/test_pyinstaller.py
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add hook and test for PyInstaller.bwoodsend2022-01-201-0/+35
Adding this special hook file tells PyInstaller what files a self contained NumPy application needs to run. A test is included to verify that the hook still finds all necessary files. Closes #17184.