Add Jiacheng and Geoffrey as authors

Roughly reordered based on an assessment of the amount of contribution
to the exporter code.
This commit is contained in:
Rémi Verschelde
2019-11-22 11:53:50 +01:00
parent 90973e31c2
commit fb207c8bf8

View File

@@ -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"
}