Skip to content

Commit

Permalink
Add entrypoint to setup.py in flytekit plugins (#1120) (#1168)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>

Signed-off-by: Kevin Su <[email protected]>
Co-authored-by: Kevin Su <[email protected]>
  • Loading branch information
eapolinario and pingsutw authored Sep 19, 2022
1 parent c58cfb4 commit 0726203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/flytekit-polars/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
],
entry_points={"flytekit.plugins": [f"{PLUGIN_NAME}=flytekitplugins.{PLUGIN_NAME}"]},
)
1 change: 1 addition & 0 deletions plugins/flytekit-whylogs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
],
entry_points={"flytekit.plugins": [f"{PLUGIN_NAME}=flytekitplugins.{PLUGIN_NAME}"]},
)

0 comments on commit 0726203

Please sign in to comment.