mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
skip kitsu module when creating ayon addons
This commit is contained in:
parent
069fc67fe0
commit
ec5bc71eb3
1 changed files with 2 additions and 1 deletions
|
|
@ -205,7 +205,8 @@ def create_openpype_package(
|
|||
"shotgrid",
|
||||
"sync_server",
|
||||
"example_addons",
|
||||
"slack"
|
||||
"slack",
|
||||
"kitsu",
|
||||
]
|
||||
# Subdirs that won't be added to output zip file
|
||||
ignored_subpaths = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue