Prechádzať zdrojové kódy

Add Jiacheng and Geoffrey as authors

Roughly reordered based on an assessment of the amount of contribution
to the exporter code.
Rémi Verschelde 5 rokov pred
rodič
commit
fb207c8bf8
1 zmenil súbory, kde vykonal 4 pridanie a 4 odobranie
  1. 4 4
      io_scene_godot/__init__.py

+ 4 - 4
io_scene_godot/__init__.py

@@ -27,14 +27,14 @@ from . import export_godot
 
 bl_info = {  # pylint: disable=invalid-name
     "name": "Godot Engine Exporter",
-    "author": "Juan Linietsky",
+    "author": "Lu Jiacheng, Geoffrey Irons, Juan Linietsky",
     "blender": (2, 80, 0),
     "location": "File > Import-Export",
-    "description": ("Export Godot Scenes to a format that can be efficiently "
-                    "imported."),
+    "description": ("Export Blender scenes to a format that can be "
+                    "efficiently imported in Godot Engine."),
     "warning": "",
     "wiki_url": ("https://godotengine.org"),
-    "tracker_url": "https://github.com/godotengine/blender-exporter",
+    "tracker_url": "https://github.com/godotengine/godot-blender-exporter",
     "support": "OFFICIAL",
     "category": "Import-Export"
 }