benley / bazel_rules_pex

Python PEX rules for Bazel
Apache License 2.0
39 stars 36 forks source link

Rely more on bazel runfiles to generate pex manifests #29

Closed benley closed 8 years ago

benley commented 8 years ago

This makes the pex rules more closely resemble the native bazel py_* rules, and it should improve cross-compatibility for things transitive data dependencies.