ayon-core/server_addon/tvpaint/package.py
2024-05-31 17:12:56 +02:00

9 lines
159 B
Python

name = "tvpaint"
title = "TVPaint"
version = "0.2.1"
client_dir = "ayon_tvpaint"
ayon_required_addons = {
"core": ">0.3.2",
}
ayon_compatible_addons = {}