google / subpar

Subpar is a utility for creating self-contained python executables. It is designed to work well with Bazel.
Apache License 2.0
567 stars 69 forks source link

Support directories in manifest #92

Open scele opened 5 years ago

scele commented 5 years ago

In bazel, a python target may have directory entries in its runfiles (generated by ctx.actions.declare_directory). To correctly propagate those into the par file, add support for directory entries in the manifest.

scele commented 5 years ago

@brandjon would you have time to review this?