jedi/pyproject: fix authors

The expected format is "Name <email>".
This commit is contained in:
David Lechner
2022-12-09 15:18:56 -06:00
parent 9f80deec4a
commit a074c60c9e
+1 -1
View File
@@ -2,7 +2,7 @@
name = "pybricks_jedi"
version = "1.5.0"
description = "Code completion for Pybricks."
authors = ["The Pybricks Authors"]
authors = ["The Pybricks Authors <team@pybricks.com>"]
license = "MIT"
[tool.poetry.dependencies]