mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
11 lines
187 B
Python
11 lines
187 B
Python
name = "tvpaint"
|
|
title = "TVPaint"
|
|
version = "0.2.2"
|
|
client_dir = "ayon_tvpaint"
|
|
|
|
ayon_required_addons = {
|
|
"core": ">0.3.2",
|
|
}
|
|
ayon_compatible_addons = {
|
|
"jobqueue": ">=1.1.0",
|
|
}
|