Closed duggelz closed 6 years ago
CC @yhg1s @gpshead @yilei FYI. We could do something similar for internal .par files if we wanted to migrate from the internal resources.py
API to a pkg_resources
/setuptools
API.
Once I have the functionality in a good place, I'll make a separate PR to make this easier for users. E.g. something like
par_binary(
...
extract_at_startup_and_add_to_import_path = ['wheel']
...
)
But I'll have to think about the various use cases of data files, importable python, shared libraries for C extension modules, etc.
Several limitations apply.
Fixes #38
Partially addresses #43