use new addon structure with 'package.py'

This commit is contained in:
Jakub Trllo 2024-02-08 17:00:21 +01:00
parent 4385d87b65
commit 0023830208
5 changed files with 50 additions and 52 deletions

View file

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