ayon-core/server_addon/traypublisher/package.py
Jakub Jezek 59d84ad2c5
Update product type from "editorial_pckg" to "editorial_pkg" throughout the codebase.
Fix typos and align identifiers, labels, and descriptions accordingly.
2024-05-28 12:54:25 +02:00

10 lines
178 B
Python

name = "traypublisher"
title = "TrayPublisher"
version = "0.2.1"
client_dir = "ayon_traypublisher"
ayon_required_addons = {
"core": ">0.3.2",
}
ayon_compatible_addons = {}