ali5h / rules_pip

pip package rules for bazel that are fast (incremental fetch), support different python versions and work with all kinds of packages (i.e. packages with namespaces)
MIT License
60 stars 23 forks source link

Expose distinfo files #66

Closed fahhem closed 2 years ago

fahhem commented 2 years ago

This allows exposing things like entry_points.txt, which distutils uses to automatically find new commands (such as bdist_wheel)