maya uses package.py

This commit is contained in:
Jakub Trllo 2024-04-22 14:26:01 +02:00
parent 8c6c5deca2
commit d5100a1cc5
3 changed files with 3 additions and 7 deletions

View file

@ -0,0 +1,3 @@
name = "maya"
title = "Maya"
version = "0.1.16"

View file

@ -2,13 +2,9 @@
from ayon_server.addons import BaseServerAddon
from .settings.main import MayaSettings, DEFAULT_MAYA_SETTING
from .version import __version__
class MayaAddon(BaseServerAddon):
name = "maya"
title = "Maya"
version = __version__
settings_model = MayaSettings
async def get_default_settings(self):

View file

@ -1,3 +0,0 @@
# -*- coding: utf-8 -*-
"""Package declaring addon version."""
__version__ = "0.1.16"