Skip to content

Commit

Permalink
katana: Update pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
chadrik committed Aug 8, 2023
1 parent ca3d3fa commit 7e8e94f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions katana/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ keywords = ["3d", "graphics", "games", "VFX", "CG", "animation"]

# FIXME: generate this file and these packages using jinja
packages = [
{ include = "_FnKatanaCoreUI-stubs", from = "stubs" },
{ include = "_PyOpenColorIO-stubs", from = "stubs" },
{ include = "AssetAPI-stubs", from = "stubs" },
{ include = "AssetAPI_cmodule-stubs", from = "stubs" },
{ include = "AssetBrowser-stubs", from = "stubs" },
Expand Down Expand Up @@ -75,11 +77,10 @@ packages = [
{ include = "RenderingAPI_cmodule-stubs", from = "stubs" },
{ include = "RerenderEventMapper-stubs", from = "stubs" },
{ include = "ResourceFiles-stubs", from = "stubs" },
{ include = "UI4-stubs", from = "stubs" },
{ include = "Utils-stubs", from = "stubs" },
{ include = "ViewerAPI-stubs", from = "stubs" },
{ include = "WorkQueue-stubs", from = "stubs" },
{ include = "_FnKatanaCoreUI-stubs", from = "stubs" },
{ include = "_PyOpenColorIO-stubs", from = "stubs" },
{ include = "drawing_cmodule-stubs", from = "stubs" },
]

Expand Down

0 comments on commit 7e8e94f

Please sign in to comment.