"""AYON Addon: Matrix Publish — sends published products to Matrix rooms.""" name = "matrix_publish" title = "Matrix Publish" version = "0.1.0" client_dir = "ayon_matrix_publish" # Services needed services = {} # Ayon dependency ayon_required_addons = { "core": ">=1.0.0" } # Plugin paths ayon_compatible_addons = {}