-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove plugins from flytekit core packaging (#1357)
Remove plugins from flytekit core packaging Signed-off-by: Yee Hing Tong <[email protected]>
- Loading branch information
1 parent
c0d7fca
commit fb10e4b
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,8 +21,8 @@ | |
maintainer="Flyte Contributors", | ||
maintainer_email="[email protected]", | ||
packages=find_packages( | ||
include=["flytekit", "flytekit_scripts", "plugins"], | ||
exclude=["boilerplate", "docs", "tests*"], | ||
include=["flytekit", "flytekit_scripts"], | ||
exclude=["boilerplate", "docs", "plugins", "tests*"], | ||
), | ||
include_package_data=True, | ||
url="https://github.com/flyteorg/flytekit", | ||
|