mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-27 19:57:02 +00:00
jedi/pyproject: fix authors
The expected format is "Name <email>".
This commit is contained in:
+1
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user