GitHub - pyinstaller/hooksample: A sample project showing how to provide PyInstaller hooks for your package and test them
pyinstaller / hooksample Public
-
Notifications
You must be signed in to change notification settings - Fork 9
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
Repository files navigation
pyinstaller-hooksample
A sample project showing how to provide PyInstaller hooks for your package and test them.
This is a sample project to show how to provide hooks for PyInstaller to allow users of your package to easily freeze it. This project also shows how to test the hooks as part of your CI tests.
Visit the documentation for more information.
| Licence: | GNU General Public License v3 or later (GPLv3-or-later) |
|---|---|
| Homepage: | https://github.com/pyinstaller/hooksample |
About
A sample project showing how to provide PyInstaller hooks for your package and test them