Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(pypi): use a macro to define whl_library targets (#2347)
Summary: - refactor: Start implementing whl_library_targets - refactor: start using whl_library_targets macro - refactor: generate config settings in the new macro - refactor: copy_files in the new macro - refactor: move entry_point generation to the macro - refactor: move the py_library and whl generation to the new macro This makes the code more maintainable by reducing the amount of tests that are comparing BUILD.bazel outputs.
- Loading branch information