fix creation of packages

This commit is contained in:
Jakub Trllo 2024-06-07 14:27:03 +02:00
parent d00c3cba76
commit 171b2927a8
2 changed files with 4 additions and 0 deletions

View file

@ -2,6 +2,8 @@ name = "applications"
title = "Applications"
version = "0.2.3"
client_dir = "ayon_applications"
ayon_server_version = ">=1.0.7"
ayon_launcher_version = ">=1.0.2"
ayon_required_addons = {

View file

@ -2,6 +2,8 @@ name = "maya"
title = "Maya"
version = "0.2.2"
client_dir = "ayon_maya"
ayon_required_addons = {
"core": ">0.3.2",
}