Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable the manual dist missing workaround
- I suddenly remember that pyinstaller also has this potential issue so this might fix that, i.e. when the hook to collect data files for the package metadata isn't included like so: ``` from PyInstaller.utils.hooks import collect_data_files, copy_metadata data = collect_data_files("calmjs.parse") data.extend(copy_metadata("calmjs.parse")) ``` - This might fix the issue as reported by the user of yet another non- standard Python environment in #42.
- Loading branch information