Browse Source

update manifest for release

Joseph Brandenburg 9 months ago
parent
commit
3913452d68
1 changed files with 5 additions and 3 deletions
  1. 5 3
      blender_manifest.toml

+ 5 - 3
blender_manifest.toml

@@ -5,7 +5,7 @@ schema_version = "1.0.0"
 id = "mantis"
 version = "0.9.0"
 name = "Mantis"
-tagline = "Rigging Nodes"
+tagline = "Mantis is a rigging nodes toolkit"
 maintainer = "Nodespaghetti <josephbburg@protonmail.com>"
 # Supported types: "add-on", "theme"
 type = "add-on"
@@ -20,12 +20,12 @@ tags = ["Rigging", "Node"]
 blender_version_min = "4.2.0"
 # # Optional: Blender version that the extension does not support, earlier versions are supported.
 # # This can be omitted and defined later on the extensions platform if an issue is found.
-# blender_version_max = "5.1.0"
+blender_version_max = "4.4.0"
 
 # License conforming to https://spdx.org/licenses/ (use "SPDX: prefix)
 # https://docs.blender.org/manual/en/dev/advanced/extensions/licenses.html
 license = [
-  "SPDX:AGPL-3.0-or-later",
+  "SPDX:GPL-3.0-or-later",
 ]
 # Optional: required by some licenses.
 # copyright = [
@@ -71,3 +71,5 @@ wheels = [
 #   "/.git/",
 #   "/*.zip",
 # ]
+
+website = "https://nodes.tools"