mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
12 lines
198 B
Python
12 lines
198 B
Python
name = "celaction"
|
|
title = "CelAction"
|
|
version = "0.2.0"
|
|
|
|
client_dir = "ayon_celaction"
|
|
|
|
ayon_required_addons = {
|
|
"core": ">0.3.2",
|
|
}
|
|
ayon_compatible_addons = {
|
|
"applications": ">=0.2.0",
|
|
}
|