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

7
package.py Normal file
View file

@ -0,0 +1,7 @@
name = "core"
title = "Core"
version = "0.2.0"
client_dir = "ayon_core"
plugin_for = ["ayon_server"]