Skip to content

Commit

Permalink
antlir: add main_function as supported kwarg to python_binary
Browse files Browse the repository at this point in the history
Summary: It's available in the prelude.

Test Plan: ???

Reviewed By: justintrudell

Differential Revision: D50408013

fbshipit-source-id: 4c26f8d70a49c8768d514b0c5366a0c9939dd785
  • Loading branch information
zsol authored and facebook-github-bot committed Oct 19, 2023
1 parent d2dd15a commit 62a10f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions antlir/bzl/build_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ _PYTHON_BINARY_KWARGS = _make_rule_kwargs_dict(
"base_module",
"deps",
"labels",
"main_function",
"main_module",
"main_src",
"name",
Expand Down

0 comments on commit 62a10f3

Please sign in to comment.